[pan2] removed some glib includes for compilation with fedora 17
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] removed some glib includes for compilation with fedora 17
- Date: Tue, 17 Jan 2012 07:16:49 +0000 (UTC)
commit 09c0707a9cccd1615932ae3a504ad4170ca0c74d
Author: Heinrich MÃller <henmull src gnome org>
Date: Tue Jan 17 08:15:29 2012 +0100
removed some glib includes for compilation with fedora 17
pan/general/macros.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pan/general/macros.h b/pan/general/macros.h
index 03febcf..1429fa6 100644
--- a/pan/general/macros.h
+++ b/pan/general/macros.h
@@ -68,9 +68,7 @@ extern "C"
#include <glib.h>
// pick up g_assert()
- #if GLIB_CHECK_VERSION(2,16,0)
- #include <glib.h>
- #else
+ #if !GLIB_CHECK_VERSION(2,16,0)
#include <glib/gmessages.h>
#endif
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]