summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-27 00:01:37 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-27 00:01:37 +0530
commitb97c9ce50d5d004285fc43c3f99b27630a155c5f (patch)
tree1e00ac8fb2303ed467b57dc142c9cbe4f66216f6 /debug
parent741711156782780e56a97988178cfa33541070df (diff)
Remove unnecessary include in memmove_chk
This also has the side-effect of fixing a couple of Wundef warnings raised from pagecopy.h. The generated code is identical before and after this patch.
Diffstat (limited to 'debug')
-rw-r--r--debug/memmove_chk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug/memmove_chk.c b/debug/memmove_chk.c
index f8c4454462..10eb632ffe 100644
--- a/debug/memmove_chk.c
+++ b/debug/memmove_chk.c
@@ -20,7 +20,6 @@
#include <string.h>
#include <memcopy.h>
-#include <pagecopy.h>
#ifndef MEMMOVE_CHK
# define MEMMOVE_CHK __memmove_chk