diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-08 19:05:06 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-08 19:05:06 -0400 |
commit | e0035021931f2b645c9d107c1be6636d3b6aa544 (patch) | |
tree | a8a3cd709e29b3133f531f16dbe208f2a19cc347 /src/format.h | |
parent | 769b4ba1d0a913b23d5bb8084c0f63cbfad4625a (diff) | |
download | fork-ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.gz fork-ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.bz2 fork-ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.zip |
Moved several #includes to facilitate the use of pre-compiled headers.
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/format.h b/src/format.h index 66c226b2..5c0de527 100644 --- a/src/format.h +++ b/src/format.h @@ -46,13 +46,8 @@ #ifndef _FORMAT_H #define _FORMAT_H -#define SUPPORT_UNICODE 1 - #include "journal.h" #include "expr.h" -#if defined(SUPPORT_UNICODE) -#include "utf8.h" -#endif namespace ledger { |