1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 03:01:47 +02:00

Change .cc files to use split build headers

This commit is contained in:
John Ericson 2020-10-12 17:08:52 +00:00
parent 5a97621d6d
commit f7099965bf
6 changed files with 31 additions and 6 deletions

View file

@ -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>