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