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:
Linas Vepstas 2003-05-29 00:35:20 +00:00
parent 1db349384c
commit ac924ede8f
2 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@
#include "config.h"
#include <glib.h>
#include "gnc-engine-util.h"
#include "QueryCoreP.h"
#include "QueryNew.h"

View File

@ -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. */