[totem] Fix single-includes in egg-macros.h



commit d74b379b8b0e1ecb36259c21301c8c43f562703b
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Sep 21 16:26:57 2009 +0100

    Fix single-includes in egg-macros.h

 src/egg-macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/egg-macros.h b/src/egg-macros.h
index 2b5718e..a1dd396 100644
--- a/src/egg-macros.h
+++ b/src/egg-macros.h
@@ -9,7 +9,7 @@
 #ifndef _EGG_MACROS_H_
 #define _EGG_MACROS_H_
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 



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