From 0f05bfc340891ed6649168c888bb7c598d7f0d58 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Mon, 1 Apr 2013 19:46:29 -0400 Subject: ctypes.h shouldn't be included twice Earnestly spotted this on #archlinux. Signed-off-by: Simon Gomizelj Signed-off-by: Allan McRae --- src/pacman/pacman.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 916873d7..36244a08 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -24,7 +24,6 @@ #define PACKAGE_VERSION GIT_VERSION #endif -#include /* isspace */ #include /* atoi */ #include #include /* isspace */ -- cgit v1.2.3-54-g00ecf