diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/memcpy.c | 1 | ||||
-rw-r--r-- | string/memmove.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/string/memcpy.c b/string/memcpy.c index c19bad3..517f9ee 100644 --- a/string/memcpy.c +++ b/string/memcpy.c @@ -20,7 +20,6 @@ #include <string.h> #include <memcopy.h> -#include <pagecopy.h> #undef memcpy diff --git a/string/memmove.c b/string/memmove.c index 3373401..22140ef 100644 --- a/string/memmove.c +++ b/string/memmove.c @@ -20,7 +20,6 @@ #include <string.h> #include <memcopy.h> -#include <pagecopy.h> /* All this is so that bcopy.c can #include this file after defining some things. */ |