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:
parent
7b10519835
commit
0f05bfc340
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@
|
||||||
#define PACKAGE_VERSION GIT_VERSION
|
#define PACKAGE_VERSION GIT_VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ctype.h> /* isspace */
|
|
||||||
#include <stdlib.h> /* atoi */
|
#include <stdlib.h> /* atoi */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h> /* isspace */
|
#include <ctype.h> /* isspace */
|
||||||
|
|
Loading…
Add table
Reference in a new issue