mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
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
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user