aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2016-05-31 17:42:38 -0400
committerCory Fields <[email protected]>2016-07-31 14:01:44 -0400
commit21ba407a7369a0229b8a8554dee0da63a64e6639 (patch)
tree8a7298261bac9cc41951fcaf899455a784e7b759 /src/timedata.cpp
parentnet: move CNetAddr/CService/CSubNet out of netbase (diff)
downloaddiscoin-21ba407a7369a0229b8a8554dee0da63a64e6639.tar.xz
discoin-21ba407a7369a0229b8a8554dee0da63a64e6639.zip
net: narrow include scope after moving to netaddress
Net functionality is no longer needed for CAddress/CAddrman/etc. now that CNetAddr/CService/CSubNet are dumb storage classes.
Diffstat (limited to 'src/timedata.cpp')
-rw-r--r--src/timedata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedata.cpp b/src/timedata.cpp
index b6bcf86fb..25fc49412 100644
--- a/src/timedata.cpp
+++ b/src/timedata.cpp
@@ -8,7 +8,7 @@
#include "timedata.h"
-#include "netbase.h"
+#include "netaddress.h"
#include "sync.h"
#include "ui_interface.h"
#include "util.h"