From faf8b005967bb9a504459a84ed248708c93a1e27 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 15 Dec 2015 02:56:02 -0500 Subject: [PATCH] [python] libpostal includes --- python/postal/pyexpand.c | 5 +---- python/postal/pyparser.c | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) 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