diff options
author | David Wragg <david@rabbitmq.com> | 2010-07-28 00:58:31 +0100 |
---|---|---|
committer | David Wragg <david@rabbitmq.com> | 2010-07-28 00:58:31 +0100 |
commit | d0509667889cf799a252bb0c4e8b2d86d75645b6 (patch) | |
tree | a17f50f57d9d445bdd4afd5f5a5f0af5e3de2706 /examples/amqp_consumer.c | |
parent | 4f30d164910f88f181489f591c0957317142da01 (diff) | |
download | rabbitmq-c-github-ask-d0509667889cf799a252bb0c4e8b2d86d75645b6.tar.gz |
Eliminate unnecessary includes of errno.h
Diffstat (limited to 'examples/amqp_consumer.c')
-rw-r--r-- | examples/amqp_consumer.c | 1 |
1 files changed, 0 insertions, 1 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> |