aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/ssh-store.cc')
-rw-r--r--src/libstore/ssh-store.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstore/ssh-store.cc b/src/libstore/ssh-store.cc
index 94c0b7237..fb60326c1 100644
--- a/src/libstore/ssh-store.cc
+++ b/src/libstore/ssh-store.cc
@@ -1,13 +1,11 @@
#include "ssh-store.hh"
#include "store-api.hh"
-#include "local-fs-store.hh"
#include "remote-store.hh"
#include "remote-store-connection.hh"
-#include "remote-fs-accessor.hh"
-#include "archive.hh"
#include "worker-protocol.hh"
#include "pool.hh"
#include "ssh.hh"
+#include "strings.hh"
namespace nix {