Skip to content

Commit

Permalink
Minor header include cleanups to enable easier windows/mingw32 porting
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13523 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed Mar 7, 2006
1 parent 61b88d4 commit 0651fed
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/libqof/qof/qofbackend.c
Expand Up @@ -30,7 +30,6 @@
#include <regex.h>
#include <glib.h>
#include <gmodule.h>
#include <dlfcn.h>
#include <errno.h>
#include "qof.h"
#include "qofbackend-p.h"
Expand Down
1 change: 0 additions & 1 deletion lib/libqof/qof/qofsession.c
Expand Up @@ -33,7 +33,6 @@

#include "config.h"

#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion src/engine/gnc-engine.c
Expand Up @@ -24,7 +24,6 @@
#include "config.h"

#include <glib.h>
#include <dlfcn.h>
#include "gnc-engine.h"
#include "qof.h"
#include "cashobjects.h"
Expand Down
1 change: 1 addition & 0 deletions src/gnome-utils/dialog-commodity.h
Expand Up @@ -33,6 +33,7 @@
#ifndef GNC_DIALOG_COMMODITY_H
#define GNC_DIALOG_COMMODITY_H

#include <gtk/gtk.h>
#include "gnc-commodity.h"

/** The dialog commodity types are used to determine what commodity
Expand Down
1 change: 1 addition & 0 deletions src/gnome-utils/dialog-utils.h
Expand Up @@ -27,6 +27,7 @@
#define DIALOG_UTILS_H

#include <glade/glade.h>
#include <gtk/gtk.h>
#include "qof.h"

/* option button callback function */
Expand Down
1 change: 1 addition & 0 deletions src/gnome-utils/gnc-main-window.h
Expand Up @@ -36,6 +36,7 @@
#ifndef __GNC_MAIN_WINDOW_H
#define __GNC_MAIN_WINDOW_H

#include <gtk/gtk.h>
#include "gnc-plugin-page.h"

G_BEGIN_DECLS
Expand Down
1 change: 0 additions & 1 deletion src/report/report-gnome/dialog-column-view.c
Expand Up @@ -22,7 +22,6 @@

#include "config.h"

#include <gnome.h>
#include <glib/gi18n.h>
#include <libguile.h>
#include <g-wrap-wct.h>
Expand Down
1 change: 1 addition & 0 deletions src/report/report-gnome/dialog-column-view.h
Expand Up @@ -24,6 +24,7 @@
#define GNC_DIALOG_COLUMN_VIEW_H

#include <libguile.h>
#include <gtk/gtk.h>

typedef struct gncp_column_view_edit gnc_column_view_edit;

Expand Down

0 comments on commit 0651fed

Please sign in to comment.