[pan2] removed some glib includes for compilation with fedora 17



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]