diff gui/mplayer/mw.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 5450a92ac4bd
children 5f527a9a9521
line wrap: on
line diff
--- a/gui/mplayer/mw.c	Mon Apr 04 14:49:58 2011 +0000
+++ b/gui/mplayer/mw.c	Mon Apr 04 15:10:05 2011 +0000
@@ -20,7 +20,6 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <inttypes.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <string.h>