1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-06 00:51:00 +01: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,5 @@
#include "build.hh"
#include "goal.hh"
#include "worker.hh"
namespace nix {