remove include "my_config.h". (#198)

fixes #197
This commit is contained in:
INADA Naoki
2017-08-28 22:35:27 +09:00
committed by GitHub
parent 32ae0403d6
commit ca41a647cb

View File

@ -26,17 +26,9 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
*/
#include "my_config.h"
#include "mysql.h"
#include "mysqld_error.h"
#ifdef HAVE_WCSCOLL
#undef HAVE_WCSCOLL
#endif
#ifdef SIZEOF_SIZE_T
#undef SIZEOF_SIZE_T
#endif
#include "Python.h"
#if PY_MAJOR_VERSION >= 3
#define IS_PY3K