diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-10 18:43:38 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-10 18:43:38 -0500 |
commit | 7cd37b1d50b5d6a0f6c771b18c05471197670bb9 (patch) | |
tree | d5e775be061c3e1ba71e078e3b9c5c63b194d998 /src/value.cc | |
parent | a345f9edb76ec584b500719ce221c20a81e7276d (diff) | |
download | fork-ledger-7cd37b1d50b5d6a0f6c771b18c05471197670bb9.tar.gz fork-ledger-7cd37b1d50b5d6a0f6c771b18c05471197670bb9.tar.bz2 fork-ledger-7cd37b1d50b5d6a0f6c771b18c05471197670bb9.zip |
Moving the #include of unistring.h into format.h
Diffstat (limited to 'src/value.cc')
-rw-r--r-- | src/value.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |