From b533867fc9062c9f88f94a1de99ef78c6b7e91a1 Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 30 Jan 2006 18:03:31 +0000 Subject: [PATCH] Fixed multiple inclusion issue. --- functions/string/memcpy.c | 1 - functions/string/strcat.c | 1 - functions/string/strcpy.c | 1 - functions/string/strncat.c | 1 - functions/string/strncpy.c | 1 - functions/string/strtok.c | 1 - functions/string/strxfrm.c | 1 - 7 files changed, 7 deletions(-) diff --git a/functions/string/memcpy.c b/functions/string/memcpy.c index 064cc34..5893e4d 100644 --- a/functions/string/memcpy.c +++ b/functions/string/memcpy.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST diff --git a/functions/string/strcat.c b/functions/string/strcat.c index d960915..e76b7db 100644 --- a/functions/string/strcat.c +++ b/functions/string/strcat.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST diff --git a/functions/string/strcpy.c b/functions/string/strcpy.c index 8d55b67..c0ca9f0 100644 --- a/functions/string/strcpy.c +++ b/functions/string/strcpy.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST diff --git a/functions/string/strncat.c b/functions/string/strncat.c index 5720048..f05a9ec 100644 --- a/functions/string/strncat.c +++ b/functions/string/strncat.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST diff --git a/functions/string/strncpy.c b/functions/string/strncpy.c index ea88d3f..e1f34a7 100644 --- a/functions/string/strncpy.c +++ b/functions/string/strncpy.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST diff --git a/functions/string/strtok.c b/functions/string/strtok.c index 991891d..a7fc461 100644 --- a/functions/string/strtok.c +++ b/functions/string/strtok.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST diff --git a/functions/string/strxfrm.c b/functions/string/strxfrm.c index 4b81c93..c80839e 100644 --- a/functions/string/strxfrm.c +++ b/functions/string/strxfrm.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_aux.h> #include #ifndef REGTEST -- 2.40.0