[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_3-76-g9110f5b

Rémi Cardona nobody at users.sourceforge.net
Sun Oct 17 11:24:59 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  9110f5b0972acf5ce6e2542dc1cf923544f12391 (commit)
      from  2f008034007bed0b78e260a557b621acdd7400da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9110f5b0972acf5ce6e2542dc1cf923544f12391
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sun Oct 17 11:18:48 2010 +0200

    clean up includes

-----------------------------------------------------------------------

Changes:
diff --git a/src/go-optionmenu.c b/src/go-optionmenu.c
index e71a633..ba5fef6 100644
--- a/src/go-optionmenu.c
+++ b/src/go-optionmenu.c
@@ -34,7 +34,10 @@
 
 /*START_INCLUDE*/
 #include "go-optionmenu.h"
-#include "include.h"
+#include <gtk/gtkmenu.h>
+#include <gtk/gtkmenuitem.h>
+#include <gtk/gtkcheckmenuitem.h>
+#include <gdk/gdkkeysyms.h>
 /*END_INCLUDE*/
 
 /*START_STATIC*/
@@ -101,13 +104,6 @@ extern GtkWidget *window;
 /*END_EXTERN*/
 
 
-#include "go-optionmenu.h"
-
-#include <gtk/gtkmenu.h>
-#include <gtk/gtkmenuitem.h>
-#include <gtk/gtkcheckmenuitem.h>
-#include <gdk/gdkkeysyms.h>
-
 static void go_option_menu_class_init      (GOOptionMenuClass *klass);
 static void go_option_menu_init            (GOOptionMenu      *option_menu);
 static void go_option_menu_destroy         (GtkObject          *object);


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list