qulogic/gplugin

Fix build with GCC 10.
bugfix/gcc10
2020-02-25, Elliott Sales de Andrade
a9a1381feea9
Parents c41afcd857ea
Children a5022abf9976
Fix build with GCC 10.

You can define a macro to avoid the duplicate variable definition, but this
file doesn't need the header at all, so just remove it.
--- a/python/gplugin-python3-plugin.c Tue Feb 25 04:37:20 2020 +0000
+++ b/python/gplugin-python3-plugin.c Tue Feb 25 00:25:35 2020 -0500
@@ -19,8 +19,6 @@
#include "gplugin-python3-plugin.h"
-#include <pygobject.h>
-
/******************************************************************************
* Typedefs
*****************************************************************************/