[totem] Fix single-includes in egg-macros.h
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Fix single-includes in egg-macros.h
- Date: Mon, 21 Sep 2009 15:31:26 +0000 (UTC)
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]