1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

Use system include syntax

This commit is contained in:
Berke Viktor 2013-05-04 17:40:23 +02:00
parent 22a0d5a3fb
commit 3283c71936

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