[GnomeMeeting-devel-list] [PATCH] menu.h - common.h dependancy cleaning



Hi,

those headers were refering to each other. This patch kills the circle.
It is purely cosmetic, but should make things clearer.

Snark
diff -ur gnomemeeting-cvs-20040402.CVS/src/common.h gnomemeeting-cvs-20040402.CVS.patched/src/common.h
--- gnomemeeting-cvs-20040402.CVS/src/common.h	2004-04-01 21:13:41.000000000 +0200
+++ gnomemeeting-cvs-20040402.CVS.patched/src/common.h	2004-04-04 12:51:58.000000000 +0200
@@ -57,9 +57,6 @@
 #define vsnprintf _vsnprintf
 #endif
 
-#include "menu.h"
-
-
 #define GENERAL_KEY         "/apps/gnomemeeting/general/"
 
 #define USER_INTERFACE_KEY "/apps/gnomemeeting/general/user_interface/"
diff -ur gnomemeeting-cvs-20040402.CVS/src/config.cpp gnomemeeting-cvs-20040402.CVS.patched/src/config.cpp
--- gnomemeeting-cvs-20040402.CVS/src/config.cpp	2004-03-27 20:03:13.000000000 +0100
+++ gnomemeeting-cvs-20040402.CVS.patched/src/config.cpp	2004-04-04 13:22:13.000000000 +0200
@@ -47,6 +47,7 @@
 #include "endpoint.h"
 #include "gnomemeeting.h"
 #include "lid.h"
+#include "menu.h"
 #include "pref_window.h"
 #include "ldap_window.h"
 #include "tray.h"
diff -ur gnomemeeting-cvs-20040402.CVS/src/connection.cpp gnomemeeting-cvs-20040402.CVS.patched/src/connection.cpp
--- gnomemeeting-cvs-20040402.CVS/src/connection.cpp	2004-03-27 20:03:13.000000000 +0100
+++ gnomemeeting-cvs-20040402.CVS.patched/src/connection.cpp	2004-04-04 13:16:42.000000000 +0200
@@ -41,6 +41,7 @@
 #include "connection.h"
 #include "endpoint.h"
 #include "gnomemeeting.h"
+#include "menu.h"
 #include "misc.h"
 #include "tools.h"
 #include "chat_window.h"
diff -ur gnomemeeting-cvs-20040402.CVS/src/endpoint.cpp gnomemeeting-cvs-20040402.CVS.patched/src/endpoint.cpp
--- gnomemeeting-cvs-20040402.CVS/src/endpoint.cpp	2004-03-27 20:03:13.000000000 +0100
+++ gnomemeeting-cvs-20040402.CVS.patched/src/endpoint.cpp	2004-04-04 13:18:56.000000000 +0200
@@ -44,6 +44,7 @@
 #include "urlhandler.h"
 #include "ils.h"
 #include "lid.h"
+#include "menu.h"
 #include "gnomemeeting.h"
 #include "sound_handling.h"
 #include "tray.h"
diff -ur gnomemeeting-cvs-20040402.CVS/src/gnomemeeting.cpp gnomemeeting-cvs-20040402.CVS.patched/src/gnomemeeting.cpp
--- gnomemeeting-cvs-20040402.CVS/src/gnomemeeting.cpp	2004-04-01 21:13:41.000000000 +0200
+++ gnomemeeting-cvs-20040402.CVS.patched/src/gnomemeeting.cpp	2004-04-04 13:11:41.000000000 +0200
@@ -43,6 +43,7 @@
 #include "ils.h"
 #include "urlhandler.h"
 #include "ldap_window.h"
+#include "menu.h"
 #include "pref_window.h"
 #include "chat_window.h"
 #include "druid.h"
diff -ur gnomemeeting-cvs-20040402.CVS/src/main_window.cpp gnomemeeting-cvs-20040402.CVS.patched/src/main_window.cpp
--- gnomemeeting-cvs-20040402.CVS/src/main_window.cpp	2004-04-01 21:13:41.000000000 +0200
+++ gnomemeeting-cvs-20040402.CVS.patched/src/main_window.cpp	2004-04-04 13:23:48.000000000 +0200
@@ -42,6 +42,7 @@
 #include "gnomemeeting.h"
 #include "chat_window.h"
 #include "config.h"
+#include "menu.h"
 #include "misc.h"
 #include "toolbar.h"
 #include "callbacks.h"
diff -ur gnomemeeting-cvs-20040402.CVS/src/videograbber.cpp gnomemeeting-cvs-20040402.CVS.patched/src/videograbber.cpp
--- gnomemeeting-cvs-20040402.CVS/src/videograbber.cpp	2004-03-27 20:03:14.000000000 +0100
+++ gnomemeeting-cvs-20040402.CVS.patched/src/videograbber.cpp	2004-04-04 13:21:34.000000000 +0200
@@ -41,6 +41,7 @@
 
 #include "videograbber.h"
 #include "gnomemeeting.h"
+#include "menu.h"
 #include "misc.h"
 #include "tools.h"
 


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