diff options
-rw-r--r-- | src/format.cc | 1 | ||||
-rw-r--r-- | src/format.h | 1 | ||||
-rw-r--r-- | src/post.cc | 1 | ||||
-rw-r--r-- | src/report.cc | 1 | ||||
-rw-r--r-- | src/value.cc | 2 |
5 files changed, 2 insertions, 4 deletions
diff --git a/src/format.cc b/src/format.cc index b93a42a4..e910ce3b 100644 --- a/src/format.cc +++ b/src/format.cc @@ -33,7 +33,6 @@ #include "format.h" #include "scope.h" -#include "unistring.h" #include "pstream.h" namespace ledger { diff --git a/src/format.h b/src/format.h index b3ae464f..fc1272aa 100644 --- a/src/format.h +++ b/src/format.h @@ -43,6 +43,7 @@ #define _FORMAT_H #include "expr.h" +#include "unistring.h" namespace ledger { diff --git a/src/post.cc b/src/post.cc index 7dd0c9b2..7c27b6c4 100644 --- a/src/post.cc +++ b/src/post.cc @@ -36,7 +36,6 @@ #include "account.h" #include "journal.h" #include "interactive.h" -#include "unistring.h" #include "format.h" namespace ledger { diff --git a/src/report.cc b/src/report.cc index 0f04a212..4e9cfe89 100644 --- a/src/report.cc +++ b/src/report.cc @@ -33,7 +33,6 @@ #include "report.h" #include "session.h" -#include "unistring.h" #include "format.h" #include "query.h" #include "output.h" diff --git a/src/value.cc b/src/value.cc index b4060a1c..021bf957 100644 --- a/src/value.cc +++ b/src/value.cc @@ -35,7 +35,7 @@ #include "commodity.h" #include "annotate.h" #include "pool.h" -#include "unistring.h" +#include "unistring.h" // for justify() namespace ledger { |