aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2020-09-20 21:20:25 -0700
committerPieter Wuille <pieter@wuille.net>2020-10-12 12:14:53 -0700
commit86f50ed10f66b5535f0162cf0026456a9e3f8963 (patch)
tree573f97b8ee8533d1b27fdebe59706d4ee964b318 /src/net.h
parentcc16fff3e476a9378d2176b3c1b83ad12b1b052a (diff)
downloadbitcoin-86f50ed10f66b5535f0162cf0026456a9e3f8963.tar.xz
Delete limitedmap as it is unused now
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index a72017f768..06bd4e8e2a 100644
--- a/src/net.h
+++ b/src/net.h
@@ -14,7 +14,6 @@
#include <compat.h>
#include <crypto/siphash.h>
#include <hash.h>
-#include <limitedmap.h>
#include <net_permissions.h>
#include <netaddress.h>
#include <optional.h>