Remove unused #include from local-derivation-goal.cc

These were never needed for this file, and date back to before this was
split from `derivation-goal.cc`.
This commit is contained in:
John Ericson 2023-06-19 12:18:04 -04:00
parent 9f69b7dee9
commit 3859cf6b21

View file

@ -10,8 +10,6 @@
#include "archive.hh"
#include "compression.hh"
#include "daemon.hh"
#include "worker-protocol.hh"
#include "worker-protocol-impl.hh"
#include "topo-sort.hh"
#include "callback.hh"
#include "json-utils.hh"