From: Todd C. Miller Date: Wed, 7 Apr 2010 10:39:35 +0000 (-0400) Subject: Remove duplicate includes X-Git-Tag: SUDO_1_7_3~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=348fb62191b6450201014ae3a9e8c26b667ff05b;p=sudo Remove duplicate includes --HG-- branch : 1.7 --- diff --git a/memrchr.c b/memrchr.c index 5ca134c08..35e07de5f 100644 --- a/memrchr.c +++ b/memrchr.c @@ -18,9 +18,6 @@ #include #include -#include -#include - /* * Reverse memchr() * Find the last occurrence of 'c' in the buffer 's' of size 'n'.