diff options
author | alois31 <alois1@gmx-topmail.de> | 2024-08-07 07:07:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-08-07 07:07:28 +0000 |
commit | 780998f4ea203444e5b07c4523449a8e4f19ecdd (patch) | |
tree | af8e1375edd756af09244b6d5c6962ec4579192d /src/libexpr | |
parent | 529eed74c477eee8567f28379210cd47f0b4e18f (diff) | |
parent | 58758c0f87c3c643cf6cd188e17597c5299b66d4 (diff) |
Merge "package: improve support for building without BDW-GC" into main
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index e54eede40..a264dd348 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -13,7 +13,6 @@ #include "search-path.hh" #include "repl-exit-status.hh" -#include <gc/gc_allocator.h> #include <map> #include <optional> #include <unordered_map> |