finch/libgnt/gntwm.c

changeset 38984
70dbe96fd686
parent 38748
17f8a2a8ccba
child 39098
ba681c5cf06c
--- a/finch/libgnt/gntwm.c	Fri Apr 27 04:49:22 2018 -0400
+++ b/finch/libgnt/gntwm.c	Fri Apr 27 05:38:28 2018 -0400
@@ -20,7 +20,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-#include "config.h"
+#include "gntinternal.h"
+#undef GNT_LOG_DOMAIN
+#define GNT_LOG_DOMAIN "WM"
 
 #ifdef USE_PYTHON
 #include <Python.h>
@@ -44,10 +46,6 @@
 #include <string.h>
 #include <time.h>
 
-#include "gntinternal.h"
-#undef GNT_LOG_DOMAIN
-#define GNT_LOG_DOMAIN "WM"
-
 #include "gntwm.h"
 #include "gntstyle.h"
 #include "gnt.h"

mercurial