diff options
Diffstat (limited to 'src/libstore/path-references.cc')
-rw-r--r-- | src/libstore/path-references.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/path-references.cc b/src/libstore/path-references.cc index 33cf66ce3..8a02e9006 100644 --- a/src/libstore/path-references.cc +++ b/src/libstore/path-references.cc @@ -1,12 +1,8 @@ #include "path-references.hh" #include "hash.hh" -#include "util.hh" #include "archive.hh" #include <map> -#include <cstdlib> -#include <mutex> -#include <algorithm> namespace nix { |