Moving the #include of unistring.h into format.h

This commit is contained in:
John Wiegley 2009-11-10 18:43:38 -05:00
parent a345f9edb7
commit 7cd37b1d50
5 changed files with 2 additions and 4 deletions

View file

@ -33,7 +33,6 @@
#include "format.h"
#include "scope.h"
#include "unistring.h"
#include "pstream.h"
namespace ledger {

View file

@ -43,6 +43,7 @@
#define _FORMAT_H
#include "expr.h"
#include "unistring.h"
namespace ledger {

View file

@ -36,7 +36,6 @@
#include "account.h"
#include "journal.h"
#include "interactive.h"
#include "unistring.h"
#include "format.h"
namespace ledger {

View file

@ -33,7 +33,6 @@
#include "report.h"
#include "session.h"
#include "unistring.h"
#include "format.h"
#include "query.h"
#include "output.h"

View file

@ -35,7 +35,7 @@
#include "commodity.h"
#include "annotate.h"
#include "pool.h"
#include "unistring.h"
#include "unistring.h" // for justify()
namespace ledger {