Mercurial > mplayer.hg
changeset 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 | 1d81476c0d1e |
children | 7e7d9c19f3d9 |
files | gui/mplayer/gui_common.c gui/mplayer/menu.c gui/mplayer/mw.c gui/mplayer/pb.c gui/mplayer/sw.c gui/skin/font.c gui/util/bitmap.h gui/wm/ws.c |
diffstat | 8 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c Mon Apr 04 14:49:58 2011 +0000 +++ b/gui/mplayer/gui_common.c Mon Apr 04 15:10:05 2011 +0000 @@ -16,7 +16,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include <inttypes.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h>
--- a/gui/mplayer/menu.c Mon Apr 04 14:49:58 2011 +0000 +++ b/gui/mplayer/menu.c Mon Apr 04 15:10:05 2011 +0000 @@ -18,7 +18,7 @@ #include <stdlib.h> #include <stdio.h> -#include <inttypes.h> +#include <stdint.h> #include "config.h" #include "help_mp.h"
--- 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>
--- a/gui/mplayer/pb.c Mon Apr 04 14:49:58 2011 +0000 +++ b/gui/mplayer/pb.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>
--- a/gui/mplayer/sw.c Mon Apr 04 14:49:58 2011 +0000 +++ b/gui/mplayer/sw.c Mon Apr 04 15:10:05 2011 +0000 @@ -18,7 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include <inttypes.h> #include <string.h> #include "config.h"
--- a/gui/skin/font.c Mon Apr 04 14:49:58 2011 +0000 +++ b/gui/skin/font.c Mon Apr 04 15:10:05 2011 +0000 @@ -17,7 +17,7 @@ */ #include <gtk/gtk.h> -#include <inttypes.h> +#include <stdint.h> #include <stdlib.h> #include <string.h>