Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Eliminate unnecessary includes of errno.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dpw committed Jul 27, 2010
1 parent 4f30d16 commit d050966
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/amqp_consumer.c
Expand Up @@ -51,7 +51,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>

#include <stdint.h>
#include <amqp.h>
Expand Down
1 change: 0 additions & 1 deletion examples/amqp_listen.c
Expand Up @@ -51,7 +51,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>

#include <stdint.h>
#include <amqp.h>
Expand Down
1 change: 0 additions & 1 deletion examples/amqp_listenq.c
Expand Up @@ -51,7 +51,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>

#include <stdint.h>
#include <amqp.h>
Expand Down
1 change: 0 additions & 1 deletion tests/test_tables.c
Expand Up @@ -52,7 +52,6 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <errno.h>

#include <inttypes.h>

Expand Down

0 comments on commit d050966

Please sign in to comment.