comparison gui/mplayer/sw.c @ 33123:9566100d88a1

Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
author ib
date Mon, 04 Apr 2011 15:10:05 +0000
parents 319ae9dc51a2
children 5f527a9a9521
comparison
equal deleted inserted replaced
33122:1d81476c0d1e 33123:9566100d88a1
16 * You should have received a copy of the GNU General Public License along 16 * You should have received a copy of the GNU General Public License along
17 * with MPlayer; if not, write to the Free Software Foundation, Inc., 17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */ 19 */
20 20
21 #include <inttypes.h>
22 #include <string.h> 21 #include <string.h>
23 22
24 #include "config.h" 23 #include "config.h"
25 #include "libvo/x11_common.h" 24 #include "libvo/x11_common.h"
26 #include "help_mp.h" 25 #include "help_mp.h"