diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 02:16:57 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 02:16:57 +0100 |
commit | 7c593c278014760c065a87edf293546794911f58 (patch) | |
tree | 386e29572a33fe032892e6b31b0d14454cf6644e /src | |
parent | 4209b1cf45b9b52e852b58aa6dcfe513c16c8dcd (diff) | |
download | profani-tty-7c593c278014760c065a87edf293546794911f58.tar.gz |
Reorder headers
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/python_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/python_api.c b/src/plugins/python_api.c index 53b1e63e..ef6b9ccd 100644 --- a/src/plugins/python_api.c +++ b/src/plugins/python_api.c @@ -34,11 +34,11 @@ #include "config.h" -#include <stdlib.h> - #include <Python.h> #include <frameobject.h> +#include <stdlib.h> + #include <glib.h> #include "plugins/api.h" |