summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-07-28 00:58:31 +0100
committerDavid Wragg <david@rabbitmq.com>2010-07-28 00:58:31 +0100
commitd0509667889cf799a252bb0c4e8b2d86d75645b6 (patch)
treea17f50f57d9d445bdd4afd5f5a5f0af5e3de2706
parent4f30d164910f88f181489f591c0957317142da01 (diff)
downloadrabbitmq-c-github-ask-d0509667889cf799a252bb0c4e8b2d86d75645b6.tar.gz
Eliminate unnecessary includes of errno.h
-rw-r--r--examples/amqp_consumer.c1
-rw-r--r--examples/amqp_listen.c1
-rw-r--r--examples/amqp_listenq.c1
-rw-r--r--tests/test_tables.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c
index 1557fb1..803e228 100644
--- a/examples/amqp_consumer.c
+++ b/examples/amqp_consumer.c
@@ -51,7 +51,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <errno.h>
#include <stdint.h>
#include <amqp.h>
diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c
index ba7d80a..3e56008 100644
--- a/examples/amqp_listen.c
+++ b/examples/amqp_listen.c
@@ -51,7 +51,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <errno.h>
#include <stdint.h>
#include <amqp.h>
diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c
index 94d89eb..0fbce51 100644
--- a/examples/amqp_listenq.c
+++ b/examples/amqp_listenq.c
@@ -51,7 +51,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <errno.h>
#include <stdint.h>
#include <amqp.h>
diff --git a/tests/test_tables.c b/tests/test_tables.c
index 9c8a041..be1994b 100644
--- a/tests/test_tables.c
+++ b/tests/test_tables.c
@@ -52,7 +52,6 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
-#include <errno.h>
#include <inttypes.h>