Move ChunkedVector to its own header

This commit is contained in:
Théophane Hufschmitt
2022-04-22 10:01:02 +02:00
parent 8adaa6acb5
commit 7ca6fbc8ca
4 changed files with 70 additions and 59 deletions
+1
View File
@@ -6,6 +6,7 @@
#include "value.hh"
#include "symbol-table.hh"
#include "error.hh"
#include "chunked-vector.hh"
namespace nix {
+1
View File
@@ -5,6 +5,7 @@
#include <unordered_map>
#include "types.hh"
#include "chunked-vector.hh"
namespace nix {