summaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-08 19:05:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-08 19:05:06 -0400
commite0035021931f2b645c9d107c1be6636d3b6aa544 (patch)
treea8a3cd709e29b3133f531f16dbe208f2a19cc347 /src/format.h
parent769b4ba1d0a913b23d5bb8084c0f63cbfad4625a (diff)
downloadfork-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.h5
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 {