summaryrefslogtreecommitdiff
blob: 1d84628fe5630e87a9843ad026496e1d213574b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
------------------------------------------------------------------------
r3033 | hiro | 2012-03-26 16:36:06 +0900 (Mon, 26 Mar 2012) | 1 line

removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53).
------------------------------------------------------------------------
Index: libsylph/defs.h
===================================================================
--- libsylph/defs.h	(revision 3032)
+++ libsylph/defs.h	(revision 3033)
@@ -24,12 +24,8 @@
 #  include "config.h"
 #endif
 
-#include <glibconfig.h>
+#include <glib.h>
 
-#ifdef G_OS_WIN32
-#  include <glib/gwin32.h>
-#endif
-
 #if HAVE_PATHS_H
 #  include <paths.h>
 #endif