qulogic/gplugin

Fix warning from Python headers.
feature/fix-python-warning
2019-01-27, Elliott Sales de Andrade
47187986b2a7
Fix warning from Python headers.
--- a/python/gplugin-python-loader.c Sun Jan 27 19:33:10 2019 -0500
+++ b/python/gplugin-python-loader.c Sun Jan 27 19:33:41 2019 -0500
@@ -15,9 +15,9 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdlib.h>
+#include <Python.h>
-#include <Python.h>
+#include <stdlib.h>
#include "gplugin-python-loader.h"