aboutsummaryrefslogtreecommitdiff
path: root/src/headers.h
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-15 17:08:35 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:23:42 -0500
commitfdd7d047443b3f4ce1e4433ec28289a11ba4a94b (patch)
treed912771fcb7953408f36a581f390bbb09e368a7f /src/headers.h
parentedd309e5373022f9737cb97b7f38872e46a53cd4 (diff)
downloadbitcoin-fdd7d047443b3f4ce1e4433ec28289a11ba4a94b.tar.xz
Only include strlcpy.h when we have to
Diffstat (limited to 'src/headers.h')
-rw-r--r--src/headers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/headers.h b/src/headers.h
index 3665e584f6..785d5bcf30 100644
--- a/src/headers.h
+++ b/src/headers.h
@@ -110,7 +110,6 @@
#pragma hdrstop
-#include "strlcpy.h"
#include "serialize.h"
#include "uint256.h"
#include "util.h"