Move file-hash to content-address
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "file-hash.hh"
|
||||
#include "content-address.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "path.hh"
|
||||
#include "types.hh"
|
||||
#include "hash.hh"
|
||||
#include "file-hash.hh"
|
||||
#include "content-address.hh"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "rust-ffi.hh"
|
||||
#include "file-hash.hh"
|
||||
#include "content-address.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "path.hh"
|
||||
#include "hash.hh"
|
||||
#include "file-hash.hh"
|
||||
#include "content-address.hh"
|
||||
#include "serialise.hh"
|
||||
#include "crypto.hh"
|
||||
#include "lru-cache.hh"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "command.hh"
|
||||
#include "hash.hh"
|
||||
#include "file-hash.hh"
|
||||
#include "content-address.hh"
|
||||
#include "legacy.hh"
|
||||
#include "shared.hh"
|
||||
#include "references.hh"
|
||||
|
||||
Reference in New Issue
Block a user