diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 14:57:35 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-12 20:37:43 +0200 |
commit | 4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 (patch) | |
tree | 171caf7560a930b541330c29f540c3aae2b2c851 /src/txmempool.h | |
parent | b7296bcea0c942abefcb3243e3e558b95933c082 (diff) |
Remove unnecessary forward class declarations in header files
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 0316b42ba2..7ca3b18a1e 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -28,7 +28,6 @@ #include <boost/signals2/signal.hpp> -class CAutoFile; class CBlockIndex; /** Fake height value used in Coin to signify they are only in the memory pool (since 0.8) */ |