summaryrefslogtreecommitdiff
path: root/ndb/src/common/util/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/common/util/strlcpy.c')
-rw-r--r--ndb/src/common/util/strlcpy.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ndb/src/common/util/strlcpy.c b/ndb/src/common/util/strlcpy.c
index 70233e3e239..97cff177d48 100644
--- a/ndb/src/common/util/strlcpy.c
+++ b/ndb/src/common/util/strlcpy.c
@@ -32,16 +32,11 @@
*/
#include <ndb_global.h>
-#include <ndb_types.h>
/* RCSID("$KTH: strlcpy.c,v 1.1 2000/08/16 01:23:48 lha Exp $"); */
#ifndef HAVE_STRLCPY
-#ifdef NDB_WIN32
-#include <string.h>
-#endif
-
size_t
strlcpy (char *dst, const char *src, size_t dst_sz)
{