mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add missing include files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8711 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
433f019867
commit
7e3cfdb060
@ -9,6 +9,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-engine-util.h" /* safe_strcmp */
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "guid.h"
|
||||
#include "gnc-event-p.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "gnc-numeric.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "gnc-commodity.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "gncObject.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "gnc-engine-util.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "gncObject.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-book.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-lot.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "gnc-numeric.h"
|
||||
#include "gnc-book.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-book.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <glib.h>
|
||||
#include <string.h> /* for memcpy() */
|
||||
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
|
||||
#include "gncOwner.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-book.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-event-p.h"
|
||||
#include "GNCIdP.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gnc-be-utils.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user