Fix for compilation problem against g-wrap-1.3.2-only systems.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6804 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2002-04-18 03:12:22 +00:00
parent 3121ea6489
commit 1949ee142b
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,7 @@
* Boston, MA 02111-1307, USA gnu@gnu.org *
\********************************************************************/
#include <libguile.h>
#include "gnc-regwidget.h"
#include "gnc-engine-util.h"
#include "dialog-utils.h"
@ -179,7 +180,6 @@ gnc_regWidget_new( GNCLedgerDisplay *ld, GtkWindow *win )
#include "config.h"
#include <gnome.h>
#include <g-wrap-runtime-guile.h>
#include <time.h>
#include "AccWindow.h"

View File

@ -23,7 +23,7 @@
#ifndef GNC_REGWIDGET_H
#define GNC_REGWIDGET_H
#include <g-wrap-runtime-guile.h>
#include <libguile.h>
#include <gtk/gtk.h>
#include "config.h"