mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 04:04:07 -06:00
More include file tweaking. Don't include gtk.h from any header
files. Add in some includes that are currently pulled in by deprecated parts of the gnome library. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11983 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
db2bed0e58
commit
63769c7e31
@ -1,5 +1,9 @@
|
||||
2005-11-19 David Hampton <hampton@employees.org>
|
||||
|
||||
* various: More include file tweaking. Don't include gtk.h from
|
||||
any header files. Add in some includes that are currently
|
||||
pulled in by deprecated parts of the gnome library.
|
||||
|
||||
* numerous: Include file cleanup. Remove the messages.[ch] files
|
||||
in favor of the glib supplied gi18n.h file. Replace includes of
|
||||
gnome.h with gtk.h (or better yet glib.h) wherever possible.
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "dialog-utils.h"
|
||||
#include "gnc-engine-util.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <g-wrap-wct.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
@ -23,6 +23,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "gnc-plugin.h"
|
||||
#include "dialog-invoice.h"
|
||||
#include "gnc-plugin-page-invoice.h"
|
||||
|
@ -32,6 +32,7 @@
|
||||
ws
|
||||
(lambda (wrapset client-wrapset)
|
||||
(list
|
||||
"#include <gtk/gtk.h>\n"
|
||||
"#include <business-urls.h>\n"
|
||||
"#include <dialog-billterms.h>\n"
|
||||
"#include <dialog-customer.h>\n"
|
||||
|
@ -24,8 +24,6 @@
|
||||
#ifndef _GNC_DIALOG_SEARCH_H
|
||||
#define _GNC_DIALOG_SEARCH_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "GNCId.h"
|
||||
#include "QueryNew.h"
|
||||
|
||||
|
@ -29,7 +29,9 @@
|
||||
@NOTATION@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
@ -32,7 +32,6 @@
|
||||
#ifndef GNC_GENERAL_SEARCH_H
|
||||
#define GNC_GENERAL_SEARCH_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "dialog-search.h"
|
||||
#include "gnc-book.h"
|
||||
|
||||
|
@ -23,6 +23,8 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <g-wrap-wct.h>
|
||||
|
||||
#include "gnc-tree-model-budget.h" //FIXME?
|
||||
@ -45,7 +47,6 @@
|
||||
#include "gnc-ui.h"
|
||||
#include "guile-util.h"
|
||||
#include "option-util.h"
|
||||
#include "gdk/gdkfont.h"
|
||||
#include "guile-mappings.h"
|
||||
#include "gnc-date-format.h"
|
||||
#include "misc-gnome-utils.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h> /* atoi */
|
||||
#include <ctype.h> /* isdigit */
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "dialog-utils.h"
|
||||
#include "gnc-gconf-utils.h"
|
||||
|
@ -23,10 +23,10 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtkhtml/gtkhtml.h>
|
||||
#include <gtkhtml/gtkhtml-embedded.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gnc-html-graph-gog.h"
|
||||
#include "gnc-html.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gnc-html-history.h"
|
||||
|
@ -23,10 +23,7 @@
|
||||
#ifndef GNC_HTML_H
|
||||
#define GNC_HTML_H
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtkhtml/gtkhtml.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
typedef char * URLType;
|
||||
|
||||
|
@ -36,8 +36,6 @@
|
||||
#ifndef __GNC_MAIN_WINDOW_H
|
||||
#define __GNC_MAIN_WINDOW_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gnc-plugin-page.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -23,7 +23,6 @@
|
||||
#ifndef GNC_MENU_EXTENSIONS_H
|
||||
#define GNC_MENU_EXTENSIONS_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <libguile.h>
|
||||
|
||||
typedef struct _ExtensionInfo
|
||||
|
@ -32,7 +32,6 @@
|
||||
#ifndef GNC_PERIOD_SELECT_H
|
||||
#define GNC_PERIOD_SELECT_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gnc-accounting-period.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -35,7 +35,6 @@
|
||||
#ifndef __GNC_PLUGIN_FILE_HISTORY_H
|
||||
#define __GNC_PLUGIN_FILE_HISTORY_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gnc-plugin.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gnc-plugin-manager.h"
|
||||
#include "gnc-engine.h"
|
||||
|
@ -38,7 +38,6 @@
|
||||
#ifndef __GNC_PLUGIN_MENU_ADDITIONS_H
|
||||
#define __GNC_PLUGIN_MENU_ADDITIONS_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gnc-plugin.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -25,9 +25,11 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gnc-trace.h"
|
||||
#include "gnc-tree-model-account-types.h"
|
||||
|
||||
#include "Account.h"
|
||||
|
||||
static QofLogModule log_module = GNC_MOD_GUI;
|
||||
|
@ -37,8 +37,6 @@
|
||||
#ifndef __GNC_TREE_MODEL_ACCOUNT_TYPES_H
|
||||
#define __GNC_TREE_MODEL_ACCOUNT_TYPES_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* type macros */
|
||||
|
@ -22,6 +22,10 @@
|
||||
/** @addtogroup gnome-util
|
||||
* @{ */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gnc-tree-model-budget.h"
|
||||
#include "gnc-budget.h"
|
||||
#include "gnc-ui-util.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#ifndef __GNC_TREE_MODEL_BUDGET_H__
|
||||
#define __GNC_TREE_MODEL_BUDGET_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gnc-budget.h"
|
||||
|
||||
/* The budget list columns. */
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gnc-tree-view.h"
|
||||
@ -38,7 +39,6 @@
|
||||
#include "gnc-gnome-utils.h"
|
||||
#include "gnc-icons.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include <libgnome/libgnome.h>
|
||||
|
||||
|
||||
/** Static Globals *******************************************************/
|
||||
|
@ -20,8 +20,6 @@
|
||||
#ifndef __GTT_UTIL_H__
|
||||
#define __GTT_UTIL_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
/* Some gtk-like utilities */
|
||||
void xxxgtk_textview_set_text (GtkTextView *text, const char *str);
|
||||
char * xxxgtk_textview_get_text (GtkTextView *text);
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <libgnomeprint/gnome-font.h>
|
||||
#include <libgnomeprintui/gnome-print-job-preview.h>
|
||||
#include <stdio.h>
|
||||
|
@ -24,8 +24,6 @@
|
||||
#ifndef DIALOG_TOTD_H
|
||||
#define DIALOG_TOTD_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
void gnc_totd_dialog (GtkWindow *parent, gboolean startup);
|
||||
|
||||
#endif
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <string.h>
|
||||
#include <glade/glade.h>
|
||||
#include <math.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "Group.h"
|
||||
#include "Transaction.h"
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <glade/glade.h>
|
||||
|
||||
#include "gnc-plugin-page-register.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#ifndef HAVE_GLIB26
|
||||
#include "gkeyfile.h"
|
||||
#endif
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gnc-component-manager.h"
|
||||
|
@ -25,8 +25,6 @@
|
||||
#ifndef __GNC_PLUGIN_REGISTER_H
|
||||
#define __GNC_PLUGIN_REGISTER_H
|
||||
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
#include "gnc-plugin.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -68,8 +68,6 @@
|
||||
#define GNC_SPLIT_REG_H
|
||||
|
||||
#include <libguile.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "gnc-ledger-display.h"
|
||||
#include "gnucash-sheet.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "Scrub.h"
|
||||
#include "dialog-commodity.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "gnc-druid-gnome-ui.h"
|
||||
#include "gnc-import-format-gnome.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#endif
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <aqbanking/version.h>
|
||||
#include <aqbanking/account.h>
|
||||
#include <aqbanking/jobsingletransfer.h>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "gnc-hbci-gettrans.h"
|
||||
|
||||
|
@ -23,6 +23,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "druid-hbci-initial.h"
|
||||
#include "gnc-plugin-manager.h"
|
||||
#include "gnc-gnome-utils.h"
|
||||
|
@ -6,8 +6,9 @@
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
|
||||
#include "gnc-module.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
|
@ -29,7 +29,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
#ifndef TRANSACTION_MATCHER_H
|
||||
#define TRANSACTION_MATCHER_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "Transaction.h"
|
||||
#include "import-match-map.h"
|
||||
#include "import-settings.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "import-main-matcher.h"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "import-backend.h"
|
||||
#include "import-match-picker.h"
|
||||
|
@ -24,7 +24,8 @@
|
||||
@author Copyright (c) 2003 Benoit Grégoire bock@step.polymtl.ca
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <libguile.h>
|
||||
|
||||
#include "gnc-log-replay.h"
|
||||
|
@ -24,7 +24,8 @@
|
||||
@author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gnc-ofx-import.h"
|
||||
#include "gnc-module.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <libguile.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "QuickFill.h"
|
||||
#include "combocell.h"
|
||||
|
@ -29,6 +29,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gnucash-sheet.h"
|
||||
#include "gnucash-grid.h"
|
||||
#include "gnucash-color.h"
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gnucash-sheet.h"
|
||||
#include "gnucash-color.h"
|
||||
#include "gnucash-style.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gnucash-color.h"
|
||||
#include "gnucash-cursor.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "gnc-engine.h"
|
||||
#include "gnucash-item-list.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "quickfillcell.h"
|
||||
#include "quickfillcell-gnome.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <libguile.h>
|
||||
#include <g-wrap-wct.h>
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define GNC_DIALOG_COLUMN_VIEW_H
|
||||
|
||||
#include <libguile.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
typedef struct gncp_column_view_edit gnc_column_view_edit;
|
||||
|
||||
|
@ -9,9 +9,9 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdio.h>
|
||||
#include <libguile.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-module.h"
|
||||
#include "gnc-module-api.h"
|
||||
|
@ -27,8 +27,8 @@
|
||||
ws
|
||||
(lambda (wrapset client-wrapset)
|
||||
(list
|
||||
"#include <gtk/gtk.h>\n"
|
||||
"#include <dialog-column-view.h>\n"
|
||||
"#include <dialog-style-sheet.h>\n"
|
||||
"#include <gnc-plugin-page-report.h>\n"
|
||||
"#include <window-report.h>\n")))
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <errno.h>
|
||||
#include <libguile.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -6,8 +6,9 @@
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
|
||||
#include "gnc-module.h"
|
||||
|
Loading…
Reference in New Issue
Block a user