summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2008-05-21 23:59:24 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2008-05-21 23:59:24 +0000
commitfe36591770a2f7bdfa8344be8dd03eda0ec37d88 (patch)
treea0b46e38a2831c89ce33c41de1f464fc312d0d99
parentc780bba47b83419153d689b14fb5fd3ed4575aae (diff)
downloadevolution-data-server-fe36591770a2f7bdfa8344be8dd03eda0ec37d88.tar.gz
fixed header ordering
svn path=/trunk/; revision=8821
-rw-r--r--camel/README.HACKING2
-rw-r--r--camel/camel-folder-summary.c10
2 files changed, 6 insertions, 6 deletions
diff --git a/camel/README.HACKING b/camel/README.HACKING
index a4742ee7b..71e191757 100644
--- a/camel/README.HACKING
+++ b/camel/README.HACKING
@@ -11,4 +11,4 @@ README.COPYRIGHT
Thanks.
- Bertrand <Bertrand.Guiheneuf@aful.org> \ No newline at end of file
+ Bertrand <Bertrand.Guiheneuf@aful.org>
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index c58ee12fb..7e1beeaf9 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -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>