aboutsummaryrefslogtreecommitdiffstats
path: root/community/namecoin/system-strlcpy.patch
blob: f7bb2717df855149d5e0c62ac43d12bcd01a78be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
diff --git a/src/init.cpp b/src/init.cpp
index bc7e714..295e20f 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -6,7 +6,6 @@
 #include "bitcoinrpc.h"
 #include "net.h"
 #include "init.h"
-#include "strlcpy.h"
 #include <boost/filesystem.hpp>
 #include <boost/filesystem/fstream.hpp>
 #include <boost/interprocess/sync/file_lock.hpp>
diff --git a/src/irc.cpp b/src/irc.cpp
index fea0aa2..fd5d8c4 100644
--- a/src/irc.cpp
+++ b/src/irc.cpp
@@ -5,7 +5,6 @@
 #include "headers.h"
 #include "irc.h"
 #include "net.h"
-#include "strlcpy.h"
 
 using namespace std;
 using namespace boost;
diff --git a/src/net.cpp b/src/net.cpp
index 4d2f651..7df2b77 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"
 
 #ifdef __WXMSW__
 #include <string.h>
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 30dcca6..21a11af 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -15,7 +15,6 @@
 #include "ui_interface.h"
 #include "paymentserver.h"
 #include "../allocators.h"
-#include "../strlcpy.h"
 
 #include <boost/filesystem.hpp>
 
diff --git a/src/util.cpp b/src/util.cpp
index fc51717..50ce19f 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2,7 +2,6 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 #include "headers.h"
-#include "strlcpy.h"
 #include <boost/program_options/detail/config_file.hpp>
 #include <boost/program_options/parsers.hpp>
 #include <boost/filesystem.hpp>