diff options
Diffstat (limited to 'src/libcmd/repl.hh')
-rw-r--r-- | src/libcmd/repl.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcmd/repl.hh b/src/libcmd/repl.hh index 21aa8bfc7..aac79ec74 100644 --- a/src/libcmd/repl.hh +++ b/src/libcmd/repl.hh @@ -3,11 +3,6 @@ #include "eval.hh" -#if HAVE_BOEHMGC -#define GC_INCLUDE_NEW -#include <gc/gc_cpp.h> -#endif - namespace nix { struct AbstractNixRepl |