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:
parent
b3ed213668
commit
d3dd95963e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user