diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-14 18:32:11 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-20 13:04:39 +0100 |
commit | fd8ee94ab2304553d37662bdc5a4353582e974ef (patch) | |
tree | 4a3e96117ef19b6b13fdd829226a048adb3f1062 /src | |
parent | 8beedd44861d1fe7208609ee8d231ca1c02dedf6 (diff) |
Remove #include
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 37f074c24..0ce1cda3c 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -4,12 +4,12 @@ #include "value.hh" #include "nixexpr.hh" #include "symbol-table.hh" -#include "hash.hh" #include "config.hh" #include <map> #include <optional> #include <unordered_map> +#include <mutex> namespace nix { |