diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-25 01:15:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-25 01:15:53 -0400 |
commit | ac8e27a4b85376d94704b6bf8b85e8e82f457f42 (patch) | |
tree | 3379bb6136d71682cb0ec0f70ba72dbceef5b729 /src/pyinterp.h | |
parent | 76be84320101d4a931c3b67aaf193b2503e36a71 (diff) | |
download | fork-ledger-ac8e27a4b85376d94704b6bf8b85e8e82f457f42.tar.gz fork-ledger-ac8e27a4b85376d94704b6bf8b85e8e82f457f42.tar.bz2 fork-ledger-ac8e27a4b85376d94704b6bf8b85e8e82f457f42.zip |
Added a new --depth option
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index 1b0f4059..a550e5ba 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -32,7 +32,6 @@ #ifndef _PYINTERP_H #define _PYINTERP_H -#include "interactive.h" #include "session.h" #if defined(HAVE_BOOST_PYTHON) |