blob: baa258bb4a86470dd6a9e4395fc26c027a15c478 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Index: libsylph/defs.h
===================================================================
--- ./libsylph/defs.h (revision 3032)
+++ ./libsylph/defs.h (revision 3033)
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -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
|