mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3121ea6489
commit
1949ee142b
@ -20,6 +20,7 @@
|
|||||||
* Boston, MA 02111-1307, USA gnu@gnu.org *
|
* Boston, MA 02111-1307, USA gnu@gnu.org *
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
|
#include <libguile.h>
|
||||||
#include "gnc-regwidget.h"
|
#include "gnc-regwidget.h"
|
||||||
#include "gnc-engine-util.h"
|
#include "gnc-engine-util.h"
|
||||||
#include "dialog-utils.h"
|
#include "dialog-utils.h"
|
||||||
@ -179,7 +180,6 @@ gnc_regWidget_new( GNCLedgerDisplay *ld, GtkWindow *win )
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gnome.h>
|
||||||
#include <g-wrap-runtime-guile.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "AccWindow.h"
|
#include "AccWindow.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#ifndef GNC_REGWIDGET_H
|
#ifndef GNC_REGWIDGET_H
|
||||||
#define GNC_REGWIDGET_H
|
#define GNC_REGWIDGET_H
|
||||||
|
|
||||||
#include <g-wrap-runtime-guile.h>
|
#include <libguile.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user