evolution-data-server r8757 - trunk/camel/providers/imap4
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8757 - trunk/camel/providers/imap4
- Date: Wed, 7 May 2008 02:25:50 +0100 (BST)
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]