diff options
author | Carl Dong <contact@carldong.me> | 2022-05-02 14:25:05 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-23 14:53:35 -0400 |
commit | 0e54456f0498e52131f8ae0c76b4dfe25f45b076 (patch) | |
tree | af084f574bed46f24c40f7991c6f46dc9304fc43 /src/index/coinstatsindex.h | |
parent | 80970985c965f79b8c376c8a922497e385445dd8 (diff) |
Use only kernel/coinstats.h in index/coinstatsindex.h
Removes a circular dependency, horray!
Diffstat (limited to 'src/index/coinstatsindex.h')
-rw-r--r-- | src/index/coinstatsindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/coinstatsindex.h b/src/index/coinstatsindex.h index a6c935c25e..315f1fa14a 100644 --- a/src/index/coinstatsindex.h +++ b/src/index/coinstatsindex.h @@ -9,7 +9,7 @@ #include <crypto/muhash.h> #include <flatfile.h> #include <index/base.h> -#include <node/coinstats.h> +#include <kernel/coinstats.h> /** * CoinStatsIndex maintains statistics on the UTXO set. |