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>
This commit is contained in:
Simon Gomizelj 2013-04-01 19:46:29 -04:00 committed by Allan McRae
parent 7b10519835
commit 0f05bfc340
1 changed files with 0 additions and 1 deletions

View File

@ -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 */