[libegg] Fixed Glib single-includes in egg-macros.h
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libegg] Fixed Glib single-includes in egg-macros.h
- Date: Mon, 21 Sep 2009 15:30:58 +0000 (UTC)
commit 3a455261decc283c9144cea4f43b19effe9f021d
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Sep 21 16:30:16 2009 +0100
Fixed Glib single-includes in egg-macros.h
libegg/util/egg-macros.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libegg/util/egg-macros.h b/libegg/util/egg-macros.h
index 2b5718e..a1dd396 100644
--- a/libegg/util/egg-macros.h
+++ b/libegg/util/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]