]> granicus.if.org Git - sudo/commitdiff
Remove duplicate includes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Apr 2010 10:39:35 +0000 (06:39 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Apr 2010 10:39:35 +0000 (06:39 -0400)
--HG--
branch : 1.7

memrchr.c

index 5ca134c08abe555e7a0fb6a8d4a762ee9cc9a4fa..35e07de5f0464ffeefbba7532359067112e5eb40 100644 (file)
--- a/memrchr.c
+++ b/memrchr.c
@@ -18,9 +18,6 @@
 #include <config.h>
 #include <compat.h>
 
-#include <sys/types.h>
-#include <config.h>
-
 /*
  * Reverse memchr()
  * Find the last occurrence of 'c' in the buffer 's' of size 'n'.