diff --git a/plugins/python/python.c b/plugins/python/python.c index 997b0e96..134d5e47 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -68,9 +68,9 @@ #include "hexchat-plugin.h" #undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.hfrom glib.h */ -#include "Python.h" -#include "structmember.h" -#include "pythread.h" +#include +#include +#include #define VERSION_MAJOR 1 #define VERSION_MINOR 0