1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Sort includes in python_api.c

This commit is contained in:
Michael Vetter 2019-10-07 15:53:17 +02:00
parent b3ed213668
commit d3dd95963e

View File

@ -32,15 +32,12 @@
*
*/
#include "config.h"
#include <Python.h>
#include "config.h"
#include <frameobject.h>
#include <stdlib.h>
#include <glib.h>
#include "log.h"
#include "plugins/api.h"
#include "plugins/python_api.h"