comparison libpurple/mime.c @ 18202:7df46d8bf114

Move the define in internal.h instead. This requires all .c files to include internal.h before including the other headers. Perhaps we should add the define in CFLAGS instead, when necessary.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 19 Jun 2007 22:47:12 +0000
parents ab6d2763b8d8
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18201:af15bece7097 18202:7df46d8bf114
27 #include <glib.h> 27 #include <glib.h>
28 #include <glib/ghash.h> 28 #include <glib/ghash.h>
29 #include <glib/glist.h> 29 #include <glib/glist.h>
30 #include <glib/gstring.h> 30 #include <glib/gstring.h>
31 31
32 #include "internal.h"
33
32 /* this should become "util.h" if we ever get this into purple proper */ 34 /* this should become "util.h" if we ever get this into purple proper */
33 #include "debug.h" 35 #include "debug.h"
34 #include "mime.h" 36 #include "mime.h"
35 #include "util.h" 37 #include "util.h"
36 38