[python] libpostal includes

This commit is contained in:
Al
2015-12-15 02:56:02 -05:00
parent d2426d3777
commit faf8b00596
2 changed files with 2 additions and 9 deletions

View File

@@ -1,8 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <Python.h>
#include <libpostal.h>
#include <libpostal/libpostal.h>
#if PY_MAJOR_VERSION >= 3
#define IS_PY3K