mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
Move GC-related definitions to eval-gc.hh
This commit is contained in:
parent
31d408c351
commit
589d8f1f2b
7 changed files with 19 additions and 39 deletions
|
@ -29,11 +29,6 @@
|
|||
#include "ref.hh"
|
||||
#include "value.hh"
|
||||
|
||||
#if HAVE_BOEHMGC
|
||||
#define GC_INCLUDE_NEW
|
||||
#include <gc/gc_cpp.h>
|
||||
#endif
|
||||
|
||||
#include "strings.hh"
|
||||
|
||||
namespace nix {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue