diff options
author | David Wragg <david@rabbitmq.com> | 2010-09-03 10:18:55 +0100 |
---|---|---|
committer | David Wragg <david@rabbitmq.com> | 2010-09-03 10:18:55 +0100 |
commit | b85fa81a4076536048ea374094dccbd580a5fe6e (patch) | |
tree | 7985515d5dd7925706eaa82623449b6eaa053b7a /tools/declare_queue.c | |
parent | b339e621a8a85fbd749fdb499161320abed5ebb3 (diff) | |
parent | 1b1340ad50e18edc194f26a7156cab44b8a1bba0 (diff) | |
download | rabbitmq-c-github-ask-bug22951.tar.gz |
Merge amqp_0_9_1 into bug22951 to remove headbug22951
Diffstat (limited to 'tools/declare_queue.c')
-rw-r--r-- | tools/declare_queue.c | 2 |
1 files changed, 0 insertions, 2 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) |