diff --git a/python/postal/pyexpand.c b/python/postal/pyexpand.c index 7172f077..851db6cc 100644 --- a/python/postal/pyexpand.c +++ b/python/postal/pyexpand.c @@ -1,8 +1,5 @@ -#include -#include -#include #include -#include +#include #if PY_MAJOR_VERSION >= 3 #define IS_PY3K diff --git a/python/postal/pyparser.c b/python/postal/pyparser.c index 5e041a18..24c72220 100644 --- a/python/postal/pyparser.c +++ b/python/postal/pyparser.c @@ -1,9 +1,5 @@ -#include -#include -#include - #include -#include +#include #if PY_MAJOR_VERSION >= 3 #define IS_PY3K