[Telepathy-commits] [telepathy-gabble/master] debug.h: hoist glib include above G_BEGIN_DECLS

Dafydd Harries dafydd.harries at collabora.co.uk
Tue Aug 19 10:53:29 PDT 2008


20080721165514-c9803-4a4b62710c1c40b7ec05d9e42be685bd2d8bfcd8.gz
---
 src/debug.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/debug.h b/src/debug.h
index e49bc9c..72a5afe 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -4,6 +4,8 @@
 
 #include "config.h"
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 void gabble_debug_set_log_file_from_env (void);
@@ -12,8 +14,6 @@ G_END_DECLS
 
 #ifdef ENABLE_DEBUG
 
-#include <glib.h>
-
 G_BEGIN_DECLS
 
 typedef enum
-- 
1.5.6.3




More information about the Telepathy-commits mailing list