mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move #include "qofla-dir.h" into qofsession.c because this is the only place where it is used.
Removes an often regenerated dependency from qof.h. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14688 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
267c41f2e0
commit
337bb207d4
@ -1,3 +1,9 @@
|
|||||||
|
2006-08-17 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
|
* lib/libqof/qof/qof.h, qofsession.c: Move #include "qofla-dir.h"
|
||||||
|
into qofsession.c because this is the only place where it is
|
||||||
|
used. Removes an often regenerated dependency from qof.h.
|
||||||
|
|
||||||
2006-08-15 Christian Stimming <stimming@tuhh.de>
|
2006-08-15 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
* src/import-export/hbci/dialog-hbcitrans.c, druid-hbci-initial.c:
|
* src/import-export/hbci/dialog-hbcitrans.c, druid-hbci-initial.c:
|
||||||
|
@ -100,7 +100,6 @@
|
|||||||
#include "qofchoice.h"
|
#include "qofchoice.h"
|
||||||
#include "qofbookmerge.h"
|
#include "qofbookmerge.h"
|
||||||
#include "qofreference.h"
|
#include "qofreference.h"
|
||||||
#include "qofla-dir.h"
|
|
||||||
#include "deprecated.h"
|
#include "deprecated.h"
|
||||||
|
|
||||||
/** allow easy logging of QSF debug messages */
|
/** allow easy logging of QSF debug messages */
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
#include "qofbook-p.h"
|
#include "qofbook-p.h"
|
||||||
#include "qofsession-p.h"
|
#include "qofsession-p.h"
|
||||||
#include "qofobject-p.h"
|
#include "qofobject-p.h"
|
||||||
|
#include "qofla-dir.h" /* for QOF_LIB_DIR */
|
||||||
|
|
||||||
/** \deprecated should not be static */
|
/** \deprecated should not be static */
|
||||||
static QofSession * current_session = NULL;
|
static QofSession * current_session = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user