[evolution-data-server] NNTP: Remove unnecessary <errno.h> includes.



commit c231be708c03ba495de0f73aba9d5baacfb16d83
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jul 4 23:30:56 2011 -0400

    NNTP: Remove unnecessary <errno.h> includes.

 camel/providers/nntp/camel-nntp-folder.c        |    1 -
 camel/providers/nntp/camel-nntp-store-summary.c |    1 -
 camel/providers/nntp/camel-nntp-store.c         |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/camel/providers/nntp/camel-nntp-folder.c b/camel/providers/nntp/camel-nntp-folder.c
index 9d04891..7f70d1e 100644
--- a/camel/providers/nntp/camel-nntp-folder.c
+++ b/camel/providers/nntp/camel-nntp-folder.c
@@ -25,7 +25,6 @@
 #include <config.h>
 #endif
 
-#include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/camel/providers/nntp/camel-nntp-store-summary.c b/camel/providers/nntp/camel-nntp-store-summary.c
index 6b34c04..82a37ed 100644
--- a/camel/providers/nntp/camel-nntp-store-summary.c
+++ b/camel/providers/nntp/camel-nntp-store-summary.c
@@ -24,7 +24,6 @@
 #endif
 
 #include <ctype.h>
-#include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c
index 14ec5f8..576399a 100644
--- a/camel/providers/nntp/camel-nntp-store.c
+++ b/camel/providers/nntp/camel-nntp-store.c
@@ -25,7 +25,6 @@
 #include <config.h>
 #endif
 
-#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



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