mirror of
https://github.com/NixOS/nix.git
synced 2025-12-24 18:00:55 +01:00
Move FSInputAccessor into a separate file
This commit is contained in:
parent
55c63c9b89
commit
48012603b3
17 changed files with 183 additions and 159 deletions
|
|
@ -3,13 +3,13 @@
|
|||
#include "types.hh"
|
||||
#include "hash.hh"
|
||||
#include "path.hh"
|
||||
#include "canon-path.hh"
|
||||
#include "attrs.hh"
|
||||
#include "url.hh"
|
||||
#include "input-accessor.hh"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace nix { class Store; }
|
||||
namespace nix { class Store; class InputAccessor; }
|
||||
|
||||
namespace nix::fetchers {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue