comparison 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
comparison
equal deleted inserted replaced
33122:1d81476c0d1e 33123:9566100d88a1
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., 15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #include <gtk/gtk.h> 19 #include <gtk/gtk.h>
20 #include <inttypes.h> 20 #include <stdint.h>
21 #include <stdlib.h> 21 #include <stdlib.h>
22 #include <string.h> 22 #include <string.h>
23 23
24 #include "font.h" 24 #include "font.h"
25 #include "gui/interface.h" 25 #include "gui/interface.h"