add missing include file

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8719 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
2003-06-25 07:18:48 +00:00
parent d74da18986
commit 731d1e78a3
10 changed files with 10 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include "gnc-engine-util.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-be-utils.h"

View File

@@ -17,6 +17,7 @@
#include "gnc-numeric.h"
#include "gncObject.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-be-utils.h"

View File

@@ -17,6 +17,7 @@
#include "GNCIdP.h"
#include "gncObject.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-be-utils.h"

View File

@@ -16,6 +16,7 @@
#include "gnc-numeric.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-be-utils.h"

View File

@@ -17,6 +17,7 @@
#include "gnc-book.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-lot.h"

View File

@@ -16,6 +16,7 @@
#include "gnc-book.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-be-utils.h"

View File

@@ -15,6 +15,7 @@
#include "gnc-book.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-be-utils.h"

View File

@@ -10,6 +10,7 @@
#include <string.h> /* for memcpy() */
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gncOwner.h"

View File

@@ -14,6 +14,7 @@
#include "gnc-book.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-event-p.h"
#include "gnc-be-utils.h"

View File

@@ -17,6 +17,7 @@
#include "gnc-event-p.h"
#include "GNCIdP.h"
#include "QueryCore.h"
#include "QueryNew.h"
#include "QueryObject.h"
#include "gnc-be-utils.h"