evolution-data-server r8821 - trunk/camel
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8821 - trunk/camel
- Date: Wed, 21 May 2008 23:59:24 +0000 (UTC)
Author: fejj
Date: Wed May 21 23:59:24 2008
New Revision: 8821
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8821&view=rev
Log:
fixed header ordering
Modified:
trunk/camel/README.HACKING
trunk/camel/camel-folder-summary.c
Modified: trunk/camel/README.HACKING
==============================================================================
--- trunk/camel/README.HACKING (original)
+++ trunk/camel/README.HACKING Wed May 21 23:59:24 2008
@@ -11,4 +11,4 @@
Thanks.
- Bertrand <Bertrand Guiheneuf aful org>
\ No newline at end of file
+ Bertrand <Bertrand Guiheneuf aful org>
Modified: trunk/camel/camel-folder-summary.c
==============================================================================
--- trunk/camel/camel-folder-summary.c (original)
+++ trunk/camel/camel-folder-summary.c Wed May 21 23:59:24 2008
@@ -24,14 +24,14 @@
#endif
#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <pthread.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
-#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/stat.h>
+#include <pthread.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
#include <glib.h>
#include <glib/gstdio.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]