summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent4f30d164910f88f181489f591c0957317142da01 (diff)
downloadrabbitmq-c-d0509667889cf799a252bb0c4e8b2d86d75645b6.tar.gz
Eliminate unnecessary includes of errno.h
Diffstat (limited to 'examples')
-rw-r--r--examples/amqp_consumer.c1
-rw-r--r--examples/amqp_listen.c1
-rw-r--r--examples/amqp_listenq.c1
3 files changed, 0 insertions, 3 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>