diff options
Diffstat (limited to 'xml.cc')
-rw-r--r-- | xml.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,6 +1,3 @@ -#ifdef USE_PCH -#include "pch.h" -#else #include "xml.h" #include "journal.h" #include "datetime.h" @@ -9,7 +6,6 @@ #include <iostream> #include <sstream> #include <cstring> -#endif namespace ledger { namespace xml { |