r20342 - gnucash/trunk/src - Update gtk include headers to follow gtk recommendations (only include gtk/gtk.h)

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 26 08:04:37 EST 2011


Author: gjanssens
Date: 2011-02-26 08:04:37 -0500 (Sat, 26 Feb 2011)
New Revision: 20342
Trac: http://svn.gnucash.org/trac/changeset/20342

Modified:
   gnucash/trunk/src/business/business-gnome/gnc-plugin-business.h
   gnucash/trunk/src/business/business-gnome/gnc-plugin-page-invoice.h
   gnucash/trunk/src/gnome-utils/gnc-embedded-window.h
   gnucash/trunk/src/gnome-utils/gnc-keyring.h
   gnucash/trunk/src/gnome-utils/gnc-tree-model-account.h
   gnucash/trunk/src/gnome-utils/gnc-tree-model-commodity.h
   gnucash/trunk/src/gnome-utils/gnc-tree-model-price.h
   gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.c
   gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.h
   gnucash/trunk/src/gnome-utils/gnc-tree-model.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view-commodity.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view-price.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h
   gnucash/trunk/src/gnome-utils/gnc-tree-view.h
   gnucash/trunk/src/gnome-utils/gnc-ui.h
   gnucash/trunk/src/gnome-utils/gnc-window.h
   gnucash/trunk/src/gnome-utils/gnctreemodelsort.c
   gnucash/trunk/src/gnome-utils/gnctreemodelsort.h
   gnucash/trunk/src/gnome-utils/gtktreedatalist.h
   gnucash/trunk/src/gnome-utils/print-session.c
   gnucash/trunk/src/gnome-utils/print-session.h
   gnucash/trunk/src/gnome/gnc-plugin-account-tree.h
   gnucash/trunk/src/gnome/gnc-plugin-basic-commands.h
   gnucash/trunk/src/gnome/gnc-plugin-budget.h
   gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.h
   gnucash/trunk/src/gnome/gnc-plugin-page-budget.h
   gnucash/trunk/src/gnome/gnc-plugin-page-register.h
   gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h
   gnucash/trunk/src/gnome/window-reconcile.h
   gnucash/trunk/src/import-export/csv/gnc-plugin-csv.h
   gnucash/trunk/src/import-export/import-account-matcher.h
   gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.h
   gnucash/trunk/src/import-export/ofx/gnc-plugin-ofx.h
   gnucash/trunk/src/import-export/qif-import/druid-qif-import.h
   gnucash/trunk/src/import-export/qif-import/gnc-plugin-qif-import.h
   gnucash/trunk/src/register/register-core/basiccell.h
   gnucash/trunk/src/register/register-gnome/gnucash-scrolled-window.h
   gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.h
   gnucash/trunk/src/report/stylesheets/gnc-plugin-stylesheets.h
Log:
Update gtk include headers to follow gtk recommendations (only include gtk/gtk.h)

Modified: gnucash/trunk/src/business/business-gnome/gnc-plugin-business.h
===================================================================
--- gnucash/trunk/src/business/business-gnome/gnc-plugin-business.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/business/business-gnome/gnc-plugin-business.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -25,7 +25,7 @@
 #ifndef __GNC_PLUGIN_BUSINESS_H
 #define __GNC_PLUGIN_BUSINESS_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/business/business-gnome/gnc-plugin-page-invoice.h
===================================================================
--- gnucash/trunk/src/business/business-gnome/gnc-plugin-page-invoice.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/business/business-gnome/gnc-plugin-page-invoice.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -33,7 +33,7 @@
 #ifndef __GNC_PLUGIN_PAGE_INVOICE_H
 #define __GNC_PLUGIN_PAGE_INVOICE_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "Account.h"
 #include "gnc-ledger-display.h"

Modified: gnucash/trunk/src/gnome/gnc-plugin-account-tree.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-account-tree.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-account-tree.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -34,7 +34,7 @@
 #ifndef __GNC_PLUGIN_ACCOUNT_TREE_H
 #define __GNC_PLUGIN_ACCOUNT_TREE_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-basic-commands.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-basic-commands.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-basic-commands.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -33,7 +33,7 @@
 #ifndef __GNC_PLUGIN_BASIC_COMMANDS_H
 #define __GNC_PLUGIN_BASIC_COMMANDS_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-budget.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-budget.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-budget.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -27,7 +27,7 @@
 #ifndef __GNC_PLUGIN_BUDGET_H
 #define __GNC_PLUGIN_BUDGET_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 #include "gnc-plugin.h"
 #include "gnc-budget.h"
 

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -35,7 +35,7 @@
 #ifndef __GNC_PLUGIN_PAGE_ACCOUNT_TREE_H
 #define __GNC_PLUGIN_PAGE_ACCOUNT_TREE_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin-page.h"
 #include "Account.h"

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-budget.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-budget.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-budget.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -30,7 +30,7 @@
 #ifndef __GNC_PLUGIN_PAGE_BUDGET_H
 #define __GNC_PLUGIN_PAGE_BUDGET_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin-page.h"
 #include "gnc-budget.h"

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -35,7 +35,7 @@
 #ifndef __GNC_PLUGIN_PAGE_REGISTER_H
 #define __GNC_PLUGIN_PAGE_REGISTER_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "Account.h"
 #include "gnc-ledger-display.h"

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -33,7 +33,7 @@
 
 #include "config.h"
 #include <glib/gi18n.h>
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 #include "SchedXaction.h"
 #include "gnc-plugin-page.h"
 

Modified: gnucash/trunk/src/gnome/window-reconcile.h
===================================================================
--- gnucash/trunk/src/gnome/window-reconcile.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome/window-reconcile.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -25,7 +25,7 @@
 #define WINDOW_RECONCILE_H
 
 #include "Account.h"
-#include <gtk/gtk.h> /* For GtkWidget */
+#include <gtk/gtk.h>
 
 
 /** STRUCTS *********************************************************/

Modified: gnucash/trunk/src/gnome-utils/gnc-embedded-window.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-embedded-window.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-embedded-window.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -36,7 +36,7 @@
 #ifndef __GNC_EMBEDDED_WINDOW_H
 #define __GNC_EMBEDDED_WINDOW_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin-page.h"
 

Modified: gnucash/trunk/src/gnome-utils/gnc-keyring.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-keyring.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-keyring.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -40,7 +40,7 @@
 #define KEYRING_H_
 
 #include <glib.h>
-#include <gtk/gtk.h> /* For GtkWidget */
+#include <gtk/gtk.h>
 
 
 /** Attempt to store a password in some trusted keystore. At this point

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-account.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-account.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-account.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -36,7 +36,7 @@
 #ifndef __GNC_TREE_MODEL_ACCOUNT_H
 #define __GNC_TREE_MODEL_ACCOUNT_H
 
-#include <gtk/gtktreemodel.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-model.h"
 
 #include "Account.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-commodity.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-commodity.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-commodity.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -36,8 +36,7 @@
 #ifndef __GNC_TREE_MODEL_COMMODITY_H
 #define __GNC_TREE_MODEL_COMMODITY_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeselection.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-model.h"
 
 #include "gnc-commodity.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-price.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-price.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-price.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -36,7 +36,7 @@
 #ifndef __GNC_TREE_MODEL_PRICE_H
 #define __GNC_TREE_MODEL_PRICE_H
 
-#include <gtk/gtktreemodel.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-model.h"
 
 #include "gnc-pricedb.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.c	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.c	2011-02-26 13:04:37 UTC (rev 20342)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#include <gtk/gtkcellrenderertoggle.h>
+#include <gtk/gtk.h>
 
 #include "gnc-tree-model-selection.h"
 

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model-selection.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -37,8 +37,7 @@
 #ifndef __GNC_TREE_MODEL_SELECTION_H
 #define __GNC_TREE_MODEL_SELECTION_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeviewcolumn.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-model.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-model.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-model.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -35,7 +35,7 @@
 #ifndef __GNC_TREE_MODEL_H
 #define __GNC_TREE_MODEL_H
 
-#include <gtk/gtktreemodel.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -34,8 +34,7 @@
 #ifndef __GNC_TREE_VIEW_ACCOUNT_H
 #define __GNC_TREE_VIEW_ACCOUNT_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-view.h"
 
 #include "gnc-ui-util.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-commodity.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-commodity.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-commodity.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -34,8 +34,7 @@
 #ifndef __GNC_TREE_VIEW_COMMODITY_H
 #define __GNC_TREE_VIEW_COMMODITY_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-view.h"
 
 #include "gnc-commodity.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-price.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-price.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-price.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -34,8 +34,7 @@
 #ifndef __GNC_TREE_VIEW_PRICE_H
 #define __GNC_TREE_VIEW_PRICE_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-view.h"
 
 #include "gnc-pricedb.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-sx-list.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -28,8 +28,7 @@
 #ifndef __GNC_TREE_VIEW_SX_LIST_H
 #define __GNC_TREE_VIEW_SX_LIST_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include "gnc-tree-view.h"
 
 #include "SchedXaction.h"

Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -32,8 +32,7 @@
 #ifndef __GNC_TREE_VIEW_H
 #define __GNC_TREE_VIEW_H
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: gnucash/trunk/src/gnome-utils/gnc-ui.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-ui.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-ui.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -36,7 +36,7 @@
 #include "Account.h"
 #include "gnc-pricedb.h"
 #include "guile-mappings.h"
-#include <gtk/gtk.h> /* For GtkWidget */
+#include <gtk/gtk.h>
 
 
 /** Help Files ******************************************************/

Modified: gnucash/trunk/src/gnome-utils/gnc-window.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-window.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnc-window.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -41,7 +41,7 @@
 #ifndef __GNC_WINDOW_H
 #define __GNC_WINDOW_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 #include "gnc-plugin-page.h"
 
 G_BEGIN_DECLS

Modified: gnucash/trunk/src/gnome-utils/gnctreemodelsort.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnctreemodelsort.c	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnctreemodelsort.c	2011-02-26 13:04:37 UTC (rev 20342)
@@ -49,16 +49,11 @@
 #include <config.h>
 #include <string.h>
 
-#include "gnctreemodelsort.h"    //CAS: header name changed
-#include "gtk/gtktreesortable.h" //CAS: path changed
-#include "gtk/gtktreestore.h"    //CAS: path changed
+#include "gnctreemodelsort.h"
+#include <gtk/gtk.h>
 #include "gtktreedatalist.h"
-//#include "gtk/gtkintl.h"       //CAS: header commented
-#include "gtk/gtkprivate.h"      //CAS: path changed
-#include "gtk/gtktreednd.h"      //CAS: path changed
-//#include "gtk/gtkalias.h"      //CAS: header commented
-#include <glib/gi18n.h> //CAS: header added
-#define P_(x) _(x)      //CAS: macro added
+#include <glib/gi18n.h>
+#define P_(x) _(x)
 
 typedef struct _SortElt SortElt;
 typedef struct _SortLevel SortLevel;

Modified: gnucash/trunk/src/gnome-utils/gnctreemodelsort.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnctreemodelsort.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gnctreemodelsort.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -31,8 +31,7 @@
 #ifndef __GNC_TREE_MODEL_SORT_H__
 #define __GNC_TREE_MODEL_SORT_H__
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreesortable.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: gnucash/trunk/src/gnome-utils/gtktreedatalist.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gtktreedatalist.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/gtktreedatalist.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -25,7 +25,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
-#include "gtk/gtktreesortable.h" //CAS: changed path
+#include <>gtk/gtk.h>
 
 typedef struct _GtkTreeDataList GtkTreeDataList;
 struct _GtkTreeDataList

Modified: gnucash/trunk/src/gnome-utils/print-session.c
===================================================================
--- gnucash/trunk/src/gnome-utils/print-session.c	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/print-session.c	2011-02-26 13:04:37 UTC (rev 20342)
@@ -22,7 +22,7 @@
 
 #include "config.h"
 
-#include <gtk/gtkprintoperation.h>
+#include <gtk/gtk.h>
 
 #include "print-session.h"
 #include "gnc-gconf-utils.h" /* for gnc_gconf_set_string() */

Modified: gnucash/trunk/src/gnome-utils/print-session.h
===================================================================
--- gnucash/trunk/src/gnome-utils/print-session.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/gnome-utils/print-session.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -34,7 +34,7 @@
 /** @addtogroup Basic Session Functions
     @{ */
 
-#include <gtk/gtkprintoperation.h>
+#include <gtk/gtk.h>
 
 /**
  * Retrieve the print settings from the GtkPrintOperation @a op and save them in

Modified: gnucash/trunk/src/import-export/csv/gnc-plugin-csv.h
===================================================================
--- gnucash/trunk/src/import-export/csv/gnc-plugin-csv.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/import-export/csv/gnc-plugin-csv.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -23,7 +23,7 @@
 #ifndef __GNC_PLUGIN_CSV_H
 #define __GNC_PLUGIN_CSV_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/import-export/import-account-matcher.h
===================================================================
--- gnucash/trunk/src/import-export/import-account-matcher.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/import-export/import-account-matcher.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -26,7 +26,7 @@
 #define ACCOUNT_MATCHER_H
 
 #include "Account.h"
-#include <gtk/gtk.h> /* For GtkWidget */
+#include <gtk/gtk.h>
 
 /**  Must be called with a string containing a unique identifier for the
   account.  If an account with a matching online_id kvp_frame is

Modified: gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.h
===================================================================
--- gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/import-export/log-replay/gnc-plugin-log-replay.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -23,7 +23,7 @@
 #ifndef __GNC_PLUGIN_LOG_REPLAY_H
 #define __GNC_PLUGIN_LOG_REPLAY_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/import-export/ofx/gnc-plugin-ofx.h
===================================================================
--- gnucash/trunk/src/import-export/ofx/gnc-plugin-ofx.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/import-export/ofx/gnc-plugin-ofx.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -23,7 +23,7 @@
 #ifndef __GNC_PLUGIN_OFX_H
 #define __GNC_PLUGIN_OFX_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/import-export/qif-import/druid-qif-import.h
===================================================================
--- gnucash/trunk/src/import-export/qif-import/druid-qif-import.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/import-export/qif-import/druid-qif-import.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -25,7 +25,7 @@
 #define DIALOG_QIF_IMPORT_H
 
 #include <libguile.h>
-#include <gtk/gtk.h> /* For GtkWidget */
+#include <gtk/gtk.h>
 
 /* QIF Import Windows ***********************************************/
 

Modified: gnucash/trunk/src/import-export/qif-import/gnc-plugin-qif-import.h
===================================================================
--- gnucash/trunk/src/import-export/qif-import/gnc-plugin-qif-import.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/import-export/qif-import/gnc-plugin-qif-import.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -24,7 +24,7 @@
 #ifndef __GNC_PLUGIN_QIF_IMPORT_H
 #define __GNC_PLUGIN_QIF_IMPORT_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 

Modified: gnucash/trunk/src/register/register-core/basiccell.h
===================================================================
--- gnucash/trunk/src/register/register-core/basiccell.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/register/register-core/basiccell.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -141,7 +141,7 @@
 
 #include <gdk/gdk.h>
 #include <glib.h>
-#include <gtk/gtk.h> /* For GtkWidget */
+#include <gtk/gtk.h>
 
 
 typedef struct basic_cell BasicCell;

Modified: gnucash/trunk/src/register/register-gnome/gnucash-scrolled-window.h
===================================================================
--- gnucash/trunk/src/register/register-gnome/gnucash-scrolled-window.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/register/register-gnome/gnucash-scrolled-window.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -24,7 +24,7 @@
 #ifndef GNC_SCROLLED_WINDOW_H
 #define GNC_SCROLLED_WINDOW_H
 
-#include <gtk/gtkscrolledwindow.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.h
===================================================================
--- gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -34,7 +34,7 @@
 #ifndef __GNC_PLUGIN_PAGE_REPORT_H
 #define __GNC_PLUGIN_PAGE_REPORT_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 #include "gnc-plugin.h"
 
 G_BEGIN_DECLS

Modified: gnucash/trunk/src/report/stylesheets/gnc-plugin-stylesheets.h
===================================================================
--- gnucash/trunk/src/report/stylesheets/gnc-plugin-stylesheets.h	2011-02-26 08:00:27 UTC (rev 20341)
+++ gnucash/trunk/src/report/stylesheets/gnc-plugin-stylesheets.h	2011-02-26 13:04:37 UTC (rev 20342)
@@ -23,7 +23,7 @@
 #ifndef __GNC_PLUGIN_STYLESHEETS_H
 #define __GNC_PLUGIN_STYLESHEETS_H
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #include "gnc-plugin.h"
 



More information about the gnucash-changes mailing list