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