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
|
|
@ -6,16 +6,16 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "attr-path.hh"
|
||||
#include "common-eval-args.hh"
|
||||
#include "download.hh"
|
||||
#include "eval-inline.hh"
|
||||
#include "eval.hh"
|
||||
#include "finally.hh"
|
||||
#include "hash.hh"
|
||||
#include "legacy.hh"
|
||||
#include "shared.hh"
|
||||
#include "store-api.hh"
|
||||
#include "libexpr/attr-path.hh"
|
||||
#include "libexpr/common-eval-args.hh"
|
||||
#include "libexpr/eval-inline.hh"
|
||||
#include "libexpr/eval.hh"
|
||||
#include "libmain/shared.hh"
|
||||
#include "libstore/download.hh"
|
||||
#include "libstore/store-api.hh"
|
||||
#include "libutil/finally.hh"
|
||||
#include "libutil/hash.hh"
|
||||
#include "nix/legacy.hh"
|
||||
|
||||
using namespace nix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue