refactor(3p/nix): Anchor local includes at src/
Previously all includes were anchored in one global mess of header files. This moves the includes into filesystem "namespaces" (if you will) for each sub-package of Nix. Note: This commit does not introduce the relevant build system changes.
This commit is contained in:
parent
86a35d963d
commit
3652326ed2
159 changed files with 659 additions and 654 deletions
12
third_party/nix/src/libexpr/primops/fetchGit.cc
vendored
12
third_party/nix/src/libexpr/primops/fetchGit.cc
vendored
|
|
@ -7,12 +7,12 @@
|
|||
#include <glog/logging.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "download.hh"
|
||||
#include "eval-inline.hh"
|
||||
#include "hash.hh"
|
||||
#include "pathlocks.hh"
|
||||
#include "primops.hh"
|
||||
#include "store-api.hh"
|
||||
#include "libexpr/eval-inline.hh"
|
||||
#include "libexpr/primops.hh"
|
||||
#include "libstore/download.hh"
|
||||
#include "libstore/pathlocks.hh"
|
||||
#include "libstore/store-api.hh"
|
||||
#include "libutil/hash.hh"
|
||||
|
||||
using namespace std::string_literals;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue