[ekiga] Clean common.h a little



commit 1ff5fb7f5ecd3ae73b06c2f93a690c22863e3372
Author: Julien Puydt <jpuydt free fr>
Date:   Sun Jan 13 21:49:03 2013 +0100

    Clean common.h a little

 src/common.h |    2 --
 src/ekiga.h  |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/common.h b/src/common.h
index b1a1a04..56377bf 100644
--- a/src/common.h
+++ b/src/common.h
@@ -41,8 +41,6 @@
 
 #include <sip/sip.h>
 
-#include <gtk/gtk.h>
-
 #define GENERAL_KEY         "/apps/" PACKAGE_NAME "/general/"
 #define USER_INTERFACE_KEY "/apps/" PACKAGE_NAME "/general/user_interface/"
 #define CONTACTS_KEY "/apps/" PACKAGE_NAME "/contacts/"
diff --git a/src/ekiga.h b/src/ekiga.h
index 384fd27..5ffe50e 100644
--- a/src/ekiga.h
+++ b/src/ekiga.h
@@ -43,6 +43,8 @@
 #include "common.h"
 #include "runtime.h"
 
+// FIXME: remove this include when the class won't have GetMainWindow and GetAssistantWindow anymore
+#include <gtk/gtk.h>
 
 /**
  * COMMON NOTICE: The Application must be initialized with Init after its



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]