aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-10-12 17:08:52 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-10-12 17:08:52 +0000
commitf7099965bfa1ec00cce28f6ed0d5daf3bc093759 (patch)
tree1aa1d627daacc1b4f1bf339b4cbf23951130ca0e /src/libstore/build/worker.cc
parent5a97621d6deebaaef24c1523c42647bfa43b01f6 (diff)
Change .cc files to use split build headers
Diffstat (limited to 'src/libstore/build/worker.cc')
-rw-r--r--src/libstore/build/worker.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libstore/build/worker.cc b/src/libstore/build/worker.cc
index 2fc9f6982..5c3fe2f57 100644
--- a/src/libstore/build/worker.cc
+++ b/src/libstore/build/worker.cc
@@ -1,4 +1,8 @@
-#include "build.hh"
+#include "machines.hh"
+#include "worker.hh"
+#include "substitution-goal.hh"
+#include "derivation-goal.hh"
+#include "hook-instance.hh"
#include <poll.h>