From 3283c719368fbdc2d3f6f58aa3701d97d0b82b7f Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 4 May 2013 17:40:23 +0200 Subject: Use system include syntax --- plugins/python/python.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/python/python.c') 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 -- cgit 1.4.1