summaryrefslogtreecommitdiff
path: root/src/post.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-10 18:43:38 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-10 18:43:38 -0500
commit7cd37b1d50b5d6a0f6c771b18c05471197670bb9 (patch)
treed5e775be061c3e1ba71e078e3b9c5c63b194d998 /src/post.cc
parenta345f9edb76ec584b500719ce221c20a81e7276d (diff)
downloadfork-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/post.cc')
-rw-r--r--src/post.cc1
1 files changed, 0 insertions, 1 deletions
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 {