[glib] Don't include glib.h in other headers



commit aad19216518126306a385dd5b6fb2448bc1d3b22
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 3 21:12:03 2010 -0400

    Don't include glib.h in other headers

 glib/gunicodeprivate.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gunicodeprivate.h b/glib/gunicodeprivate.h
index 70539d4..c6cca84 100644
--- a/glib/gunicodeprivate.h
+++ b/glib/gunicodeprivate.h
@@ -21,7 +21,7 @@
 #ifndef __G_UNICODE_PRIVATE_H__
 #define __G_UNICODE_PRIVATE_H__
 
-#include "glib.h"
+#include "gtypes.h"
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]