aboutsummaryrefslogtreecommitdiff
path: root/src/addrman_impl.h
diff options
context:
space:
mode:
authorstickies-v <stickies-v@protonmail.com>2024-02-04 05:08:26 +0000
committerstickies-v <stickies-v@protonmail.com>2024-04-10 17:01:27 +0200
commitc6be144c4b774a03a8bcab5a165768cf81e9b06b (patch)
tree992c9ce52acd68df94bf51a49bd36d2e762cf2a8 /src/addrman_impl.h
parent92e72b5d0d49aa395e626c238bc28aba8e4c3d44 (diff)
downloadbitcoin-c6be144c4b774a03a8bcab5a165768cf81e9b06b.tar.xz
Remove timedata
With the introduction and usage of TimeOffsets, there is no more need for this file. Remove it.
Diffstat (limited to 'src/addrman_impl.h')
-rw-r--r--src/addrman_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/addrman_impl.h b/src/addrman_impl.h
index 867c894d01..dd7f7b318f 100644
--- a/src/addrman_impl.h
+++ b/src/addrman_impl.h
@@ -11,7 +11,6 @@
#include <protocol.h>
#include <serialize.h>
#include <sync.h>
-#include <timedata.h>
#include <uint256.h>
#include <util/time.h>