mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
Merge pull request #12836 from NixOS/component-in-header-path
Expose the nix component in header include paths
This commit is contained in:
commit
7a6570a11c
647 changed files with 2566 additions and 2568 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#include "nix/git-lfs-fetch.hh"
|
||||
#include "nix/git-utils.hh"
|
||||
#include "nix/filetransfer.hh"
|
||||
#include "nix/processes.hh"
|
||||
#include "nix/url.hh"
|
||||
#include "nix/users.hh"
|
||||
#include "nix/hash.hh"
|
||||
#include "nix/fetchers/git-lfs-fetch.hh"
|
||||
#include "nix/fetchers/git-utils.hh"
|
||||
#include "nix/store/filetransfer.hh"
|
||||
#include "nix/util/processes.hh"
|
||||
#include "nix/util/url.hh"
|
||||
#include "nix/util/users.hh"
|
||||
#include "nix/util/hash.hh"
|
||||
|
||||
#include <git2/attr.h>
|
||||
#include <git2/config.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue