Use system include syntax

This commit is contained in:
Berke Viktor 2013-05-04 17:40:23 +02:00
parent 22a0d5a3fb
commit 3283c71936
1 changed files with 3 additions and 3 deletions

View File

@ -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