mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
move around an include file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8425 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1db349384c
commit
ac924ede8f
@ -6,6 +6,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-engine-util.h"
|
||||
#include "QueryCoreP.h"
|
||||
#include "QueryNew.h"
|
||||
|
@ -7,12 +7,12 @@
|
||||
#ifndef GNC_QUERYCORE_H
|
||||
#define GNC_QUERYCORE_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-numeric.h"
|
||||
#include "date.h"
|
||||
#include "kvp_frame.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
typedef struct query_pred_data *QueryPredData_t;
|
||||
|
||||
/* Type of Query Core Objects (String, Date, Numeric, GUID, etc. */
|
||||
|
Loading…
Reference in New Issue
Block a user