[ekiga] Made sure common.h doesn't include anything anymore
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Made sure common.h doesn't include anything anymore
- Date: Sun, 13 Jan 2013 21:57:36 +0000 (UTC)
commit 75afcf517fecb0f4fd909572ee0464e53dccdba3
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]