1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Push #include down to .cc file

That is where it should be.
This commit is contained in:
John Ericson 2025-08-19 17:45:18 -04:00
parent 4ab579b469
commit d53c7b816b
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@
#include "nix/store/posix-fs-canonicalise.hh"
#include "nix/util/posix-source-accessor.hh"
#include "nix/store/restricted-store.hh"
#include "nix/store/user-lock.hh"
#include <queue>

View file

@ -8,7 +8,6 @@
#include "nix/store/parsed-derivations.hh"
#include "nix/util/processes.hh"
#include "nix/store/restricted-store.hh"
#include "nix/store/user-lock.hh"
namespace nix {