Don't include glib.h in other headers
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 01:12:03 +0000 (21:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 01:12:03 +0000 (21:12 -0400)
glib/gunicodeprivate.h

index 70539d4..c6cca84 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __G_UNICODE_PRIVATE_H__
 #define __G_UNICODE_PRIVATE_H__
 
-#include "glib.h"
+#include "gtypes.h"
 
 G_BEGIN_DECLS