diff --git a/py_GeoIP.c b/py_GeoIP.c index fcf0b6b..11c9063 100644 --- a/py_GeoIP.c +++ b/py_GeoIP.c @@ -20,8 +20,8 @@ #include -#include "GeoIP.h" -#include "GeoIPCity.h" +#include +#include #ifdef __GNUC__ # define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))