summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-07-27 18:17:24 +0100
committerDavid Wragg <david@rabbitmq.com>2010-07-27 18:17:24 +0100
commit7032fcd3e646d5e25cd8c40144a03ab869a9f5ff (patch)
treeab6451c95bf91bb13a4970afd3e5b64ee650a5ea /tools
parent0185d7019f3f83ed6c9ad5e23170682f1dde8d81 (diff)
downloadrabbitmq-c-github-ask-7032fcd3e646d5e25cd8c40144a03ab869a9f5ff.tar.gz
Remove redundant includes of popt.h
Diffstat (limited to 'tools')
-rw-r--r--tools/declare_queue.c2
-rw-r--r--tools/delete_queue.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/declare_queue.c b/tools/declare_queue.c
index 662531f..3536455 100644
--- a/tools/declare_queue.c
+++ b/tools/declare_queue.c
@@ -55,8 +55,6 @@
#include <string.h>
#include <unistd.h>
-#include <popt.h>
-
#include "common.h"
int main(int argc, const char **argv)
diff --git a/tools/delete_queue.c b/tools/delete_queue.c
index 41d0d13..ccd157e 100644
--- a/tools/delete_queue.c
+++ b/tools/delete_queue.c
@@ -55,8 +55,6 @@
#include <string.h>
#include <unistd.h>
-#include <popt.h>
-
#include "common.h"
int main(int argc, const char **argv)