diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-30 14:29:29 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-30 14:39:33 +0200 |
commit | 2c692a3b144523bca68dd6de618124ba6c9bb332 (patch) | |
tree | 2aa945ccc2a0b0ba6aa7413ca3874c53feb6094f /src/nix-store | |
parent | e0a0ae0467fa8cdcc542f593b9d94283f04508ff (diff) |
Remove global -I flags
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/nix-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 806ab7563..fcc00175a 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -9,7 +9,7 @@ #include "util.hh" #include "worker-protocol.hh" #include "graphml.hh" -#include "legacy.hh" +#include "../nix/legacy.hh" #include <iostream> #include <algorithm> |