summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Gomizelj <simongmzlj@gmail.com>2013-04-01 19:46:29 -0400
committerAllan McRae <allan@archlinux.org>2013-04-06 13:01:49 +1000
commit0f05bfc340891ed6649168c888bb7c598d7f0d58 (patch)
treebe39c89c5b8b19647b2a99343c8ab81f47f014e0
parent7b10519835eadec97487728516b1a712c4b896eb (diff)
downloadpacman-0f05bfc340891ed6649168c888bb7c598d7f0d58.tar.xz
ctypes.h shouldn't be included twice
Earnestly spotted this on #archlinux. Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--src/pacman/pacman.c1
1 files changed, 0 insertions, 1 deletions
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 <ctype.h> /* isspace */
#include <stdlib.h> /* atoi */
#include <stdio.h>
#include <ctype.h> /* isspace */