[ekiga] Moved a #include around



commit 7b2b40006b503bcecd2818e46e2274b2bc046b50
Author: Snark <jpuydt gnome org>
Date:   Sun Nov 7 20:27:43 2010 +0100

    Moved a #include around

 lib/gui/gmmenuaddon.c |    1 +
 lib/gui/gmmenuaddon.h |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/lib/gui/gmmenuaddon.c b/lib/gui/gmmenuaddon.c
index 224abea..ceb94be 100644
--- a/lib/gui/gmmenuaddon.c
+++ b/lib/gui/gmmenuaddon.c
@@ -41,6 +41,7 @@
 #include <libintl.h>
 #include <gdk/gdkkeysyms.h>
 
+#include "gmconf.h"
 
 /* Notice, this implementation sets the menu item name as data of the menu
  * widget, the statusbar and also the given structure.
diff --git a/lib/gui/gmmenuaddon.h b/lib/gui/gmmenuaddon.h
index 6319075..e9b945f 100644
--- a/lib/gui/gmmenuaddon.h
+++ b/lib/gui/gmmenuaddon.h
@@ -41,8 +41,6 @@
 
 #include <gtk/gtk.h>
 
-#include "gmconf.h"
-
 
 G_BEGIN_DECLS
 



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