diff options
Diffstat (limited to 'parser.cc')
-rw-r--r-- | parser.cc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,15 +1,9 @@ -#ifdef USE_PCH -#include "pch.h" -#else #include "parser.h" -#endif #ifdef USE_BOOST_PYTHON -#ifndef USE_PCH #include <boost/python.hpp> #include <Python.h> -#endif using namespace boost::python; using namespace ledger; |