diff options
Diffstat (limited to 'third_party/nix/src/libutil/args.cc')
-rw-r--r-- | third_party/nix/src/libutil/args.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libutil/args.cc b/third_party/nix/src/libutil/args.cc index 4e7bcb3ae72b..c56383ef88cc 100644 --- a/third_party/nix/src/libutil/args.cc +++ b/third_party/nix/src/libutil/args.cc @@ -1,6 +1,6 @@ -#include "args.hh" +#include "libutil/args.hh" -#include "hash.hh" +#include "libutil/hash.hh" namespace nix { |