summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/python/python.c6
1 files changed, 3 insertions, 3 deletions
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 <Python.h>
+#include <structmember.h>
+#include <pythread.h>
 
 #define VERSION_MAJOR 1
 #define VERSION_MINOR 0