diff options
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 { |