[ekiga/v4_0] Made sure common.h doesn't include anything anymore



commit 182973016bf019059753ddd30cd6b4be6b46ba6a
Author: Julien Puydt <jpuydt free fr>
Date:   Sun Jan 13 22:31:14 2013 +0100

    Made sure common.h doesn't include anything anymore

 src/common.h     |    2 --
 src/ekiga.h      |    2 ++
 src/gui/main.cpp |    2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/common.h b/src/common.h
index 56377bf..d2d72d7 100644
--- a/src/common.h
+++ b/src/common.h
@@ -39,8 +39,6 @@
 #ifndef GM_COMMON_H_
 #define GM_COMMON_H_
 
-#include <sip/sip.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 5ffe50e..4edc8cf 100644
--- a/src/ekiga.h
+++ b/src/ekiga.h
@@ -46,6 +46,8 @@
 // FIXME: remove this include when the class won't have GetMainWindow and GetAssistantWindow anymore
 #include <gtk/gtk.h>
 
+#include <sip/sip.h>
+
 /**
  * COMMON NOTICE: The Application must be initialized with Init after its
  * creation.
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index e6d663c..98650e3 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -46,6 +46,8 @@
 #include "dbus-helper/dbus.h"
 #endif
 
+#include <sip/sip.h>
+
 #ifndef WIN32
 #include <signal.h>
 #include <gdk/gdkx.h>


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