evolution-data-server r8757 - trunk/camel/providers/imap4



Author: fejj
Date: Wed May  7 01:25:50 2008
New Revision: 8757
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8757&view=rev

Log:
fixed header ordering

Modified:
   trunk/camel/providers/imap4/camel-imap4-stream.c

Modified: trunk/camel/providers/imap4/camel-imap4-stream.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-stream.c	(original)
+++ trunk/camel/providers/imap4/camel-imap4-stream.c	Wed May  7 01:25:50 2008
@@ -24,11 +24,11 @@
 #include <config.h>
 #endif
 
-#include <ctype.h>
-#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <errno.h>
+#include <ctype.h>
 
 #include "camel-debug.h"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]