about summary refs log tree commit diff
path: root/third_party/nix/src/nix/copy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/copy.cc')
-rw-r--r--third_party/nix/src/nix/copy.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/nix/src/nix/copy.cc b/third_party/nix/src/nix/copy.cc
index 633fe399b4..a527d40cfa 100644
--- a/third_party/nix/src/nix/copy.cc
+++ b/third_party/nix/src/nix/copy.cc
@@ -1,10 +1,10 @@
 #include <atomic>
 
-#include "command.hh"
-#include "shared.hh"
-#include "store-api.hh"
-#include "sync.hh"
-#include "thread-pool.hh"
+#include "libmain/shared.hh"
+#include "libstore/store-api.hh"
+#include "libutil/sync.hh"
+#include "libutil/thread-pool.hh"
+#include "nix/command.hh"
 
 using namespace nix;