From e65c62d5a42b812dfdcc8841e813ff96ee26c8ba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Apr 2007 04:25:32 +0000 Subject: Removed all uses of PCH (which was far more trouble than it was worth). --- qif.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qif.cc') diff --git a/qif.cc b/qif.cc index c0dbc939..17eecc10 100644 --- a/qif.cc +++ b/qif.cc @@ -1,6 +1,3 @@ -#ifdef USE_PCH -#include "pch.h" -#else #include "journal.h" #include "qif.h" #include "datetime.h" @@ -9,7 +6,6 @@ #include #include -#endif namespace ledger { -- cgit v1.2.3