aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-10-02 21:36:39 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-10-07 14:38:37 +0200
commit6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937 (patch)
tree45117631344c248ef87b7c92b2a832c2810729a5 /src/net.cpp
parentee0b64853699c08602fed81cdefc62d7e8dcdce2 (diff)
downloadbitcoin-6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937.tar.xz
get rid of strlcpy.h
Don't use hand-rolled string manipulation routine with a fixed buffer in the bitcoin core, instead make use of c++ strings and boost.
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 7c327f5d35..04d3b0d8dc 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -7,7 +7,6 @@
#include "db.h"
#include "net.h"
#include "init.h"
-#include "strlcpy.h"
#include "addrman.h"
#include "ui_interface.h"