diff gui/skin/font.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 8b561660a6f7
children 5f3171d4d7a4
line wrap: on
line diff
--- 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>