index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Simon Gomizelj <simongmzlj@gmail.com> | 2013-04-01 19:46:29 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-06 13:01:49 +1000 |
commit | 0f05bfc340891ed6649168c888bb7c598d7f0d58 (patch) | |
tree | be39c89c5b8b19647b2a99343c8ab81f47f014e0 | |
parent | 7b10519835eadec97487728516b1a712c4b896eb (diff) |
-rw-r--r-- | src/pacman/pacman.c | 1 |
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 */ |