[ekiga] Cleanup for #include
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Cleanup for #include
- Date: Mon, 14 Jan 2013 09:50:05 +0000 (UTC)
commit c35190a331e727305d147847069fd44bdae29a0b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Mon Jan 14 10:49:33 2013 +0100
Cleanup for #include
src/ekiga.cpp | 2 ++
src/ekiga.h | 3 ++-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/ekiga.cpp b/src/ekiga.cpp
index f28421a..a457590 100644
--- a/src/ekiga.cpp
+++ b/src/ekiga.cpp
@@ -43,6 +43,8 @@
#include "main_window.h"
#include "gmstockicons.h"
+#include <opal/buildopts.h>
+
#define new PNEW
diff --git a/src/ekiga.h b/src/ekiga.h
index 5702744..0531bc9 100644
--- a/src/ekiga.h
+++ b/src/ekiga.h
@@ -46,7 +46,8 @@
// FIXME: remove this include when the class won't have GetMainWindow and GetAssistantWindow anymore
#include <gtk/gtk.h>
-#include <sip/sip.h>
+#include <ptlib.h>
+#include <ptlib/pprocess.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]