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

index fdbb87a..80d0ccf 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef __G_DATASETPRIVATE_H__
 #define __G_DATASETPRIVATE_H__
 
-#include <glib.h>
+#include <gatomic.h>
 
 G_BEGIN_DECLS