diff options
Diffstat (limited to 'third_party/nix/src/libexpr/value.hh')
-rw-r--r-- | third_party/nix/src/libexpr/value.hh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/third_party/nix/src/libexpr/value.hh b/third_party/nix/src/libexpr/value.hh index 1f20a440d933..01b9fd3a216d 100644 --- a/third_party/nix/src/libexpr/value.hh +++ b/third_party/nix/src/libexpr/value.hh @@ -1,11 +1,9 @@ #pragma once -#include "symbol-table.hh" -#include "types.hh" - -#if HAVE_BOEHMGC #include <gc/gc_allocator.h> -#endif + +#include "libexpr/symbol-table.hh" +#include "libutil/types.hh" namespace nix { |