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:
Christian Stimming 2006-08-17 10:43:19 +00:00
parent 267c41f2e0
commit 337bb207d4
3 changed files with 7 additions and 1 deletions

View File

@ -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>
* src/import-export/hbci/dialog-hbcitrans.c, druid-hbci-initial.c:

View File

@ -100,7 +100,6 @@
#include "qofchoice.h"
#include "qofbookmerge.h"
#include "qofreference.h"
#include "qofla-dir.h"
#include "deprecated.h"
/** allow easy logging of QSF debug messages */

View File

@ -45,6 +45,7 @@
#include "qofbook-p.h"
#include "qofsession-p.h"
#include "qofobject-p.h"
#include "qofla-dir.h" /* for QOF_LIB_DIR */
/** \deprecated should not be static */
static QofSession * current_session = NULL;