fixup! Make the store plugins more introspectable

This commit is contained in:
regnat
2020-09-16 13:53:09 +02:00
parent 1129913c4e
commit 29a632386e
-9
View File
@@ -1,9 +0,0 @@
#pragma once
namespace nix {
template<typename T> class BasicStore;
class StoreConfig;
typedef BasicStore<StoreConfig> Store;
}