evolution-data-server r8756 - trunk/camel/providers/imap4
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8756 - trunk/camel/providers/imap4
- Date: Wed, 7 May 2008 02:24:20 +0100 (BST)
Author: fejj
Date: Wed May 7 01:24:20 2008
New Revision: 8756
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8756&view=rev
Log:
fixed header ordering
Modified:
trunk/camel/providers/imap4/camel-imap4-engine.c
trunk/camel/providers/imap4/camel-imap4-journal.c
trunk/camel/providers/imap4/camel-imap4-search.c
trunk/camel/providers/imap4/camel-imap4-store-summary.c
trunk/camel/providers/imap4/camel-imap4-store.c
Modified: trunk/camel/providers/imap4/camel-imap4-engine.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-engine.c (original)
+++ trunk/camel/providers/imap4/camel-imap4-engine.c Wed May 7 01:24:20 2008
@@ -24,9 +24,9 @@
#include <config.h>
#endif
+#include <string.h>
#include <ctype.h>
#include <errno.h>
-#include <string.h>
#include <glib/gi18n-lib.h>
Modified: trunk/camel/providers/imap4/camel-imap4-journal.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-journal.c (original)
+++ trunk/camel/providers/imap4/camel-imap4-journal.c Wed May 7 01:24:20 2008
@@ -24,14 +24,14 @@
#include <config.h>
#endif
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
-#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <ctype.h>
#include <glib/gi18n-lib.h>
Modified: trunk/camel/providers/imap4/camel-imap4-search.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-search.c (original)
+++ trunk/camel/providers/imap4/camel-imap4-search.c Wed May 7 01:24:20 2008
@@ -25,8 +25,8 @@
#include <config.h>
#endif
-#include <ctype.h>
#include <string.h>
+#include <ctype.h>
#include "camel-offline-store.h"
Modified: trunk/camel/providers/imap4/camel-imap4-store-summary.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-store-summary.c (original)
+++ trunk/camel/providers/imap4/camel-imap4-store-summary.c Wed May 7 01:24:20 2008
@@ -24,11 +24,11 @@
#include <config.h>
#endif
-#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <errno.h>
#include <glib/gi18n-lib.h>
Modified: trunk/camel/providers/imap4/camel-imap4-store.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-store.c (original)
+++ trunk/camel/providers/imap4/camel-imap4-store.c Wed May 7 01:24:20 2008
@@ -24,10 +24,10 @@
#include <config.h>
#endif
-#include <ctype.h>
-#include <errno.h>
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
+#include <errno.h>
#include <glib/gi18n-lib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]