[pacman-dev] [PATCH] ctypes.h shouldn't be included twice

Simon Gomizelj simongmzlj at gmail.com
Mon Apr 1 19:46:29 EDT 2013


Earnestly spotted this on #archlinux.

Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
---
 src/pacman/pacman.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 916873d..36244a0 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -24,7 +24,6 @@
 #define PACKAGE_VERSION GIT_VERSION
 #endif
 
-#include <ctype.h> /* isspace */
 #include <stdlib.h> /* atoi */
 #include <stdio.h>
 #include <ctype.h> /* isspace */
-- 
1.8.2



More information about the pacman-dev mailing list