Moving the #include of unistring.h into format.h
This commit is contained in:
parent
a345f9edb7
commit
7cd37b1d50
5 changed files with 2 additions and 4 deletions
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "scope.h"
|
#include "scope.h"
|
||||||
#include "unistring.h"
|
|
||||||
#include "pstream.h"
|
#include "pstream.h"
|
||||||
|
|
||||||
namespace ledger {
|
namespace ledger {
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
#define _FORMAT_H
|
#define _FORMAT_H
|
||||||
|
|
||||||
#include "expr.h"
|
#include "expr.h"
|
||||||
|
#include "unistring.h"
|
||||||
|
|
||||||
namespace ledger {
|
namespace ledger {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,6 @@
|
||||||
#include "account.h"
|
#include "account.h"
|
||||||
#include "journal.h"
|
#include "journal.h"
|
||||||
#include "interactive.h"
|
#include "interactive.h"
|
||||||
#include "unistring.h"
|
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
|
|
||||||
namespace ledger {
|
namespace ledger {
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
|
|
||||||
#include "report.h"
|
#include "report.h"
|
||||||
#include "session.h"
|
#include "session.h"
|
||||||
#include "unistring.h"
|
|
||||||
#include "format.h"
|
#include "format.h"
|
||||||
#include "query.h"
|
#include "query.h"
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
#include "commodity.h"
|
#include "commodity.h"
|
||||||
#include "annotate.h"
|
#include "annotate.h"
|
||||||
#include "pool.h"
|
#include "pool.h"
|
||||||
#include "unistring.h"
|
#include "unistring.h" // for justify()
|
||||||
|
|
||||||
namespace ledger {
|
namespace ledger {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue