diff options
author | Simon Gomizelj <simongmzlj@gmail.com> | 2013-04-02 01:46:29 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-06 05:01:49 +0200 |
commit | 0f05bfc340891ed6649168c888bb7c598d7f0d58 (patch) | |
tree | be39c89c5b8b19647b2a99343c8ab81f47f014e0 | |
parent | 7b10519835eadec97487728516b1a712c4b896eb (diff) | |
download | pacman-0f05bfc340891ed6649168c888bb7c598d7f0d58.tar.gz pacman-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.c | 1 |
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 */ |