From b97c9ce50d5d004285fc43c3f99b27630a155c5f Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 27 Jun 2014 00:01:37 +0530 Subject: 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. --- debug/memmove_chk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'debug') 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 #include -#include #ifndef MEMMOVE_CHK # define MEMMOVE_CHK __memmove_chk -- cgit v1.2.3