summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/xml-exchange/declare_queues.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-05-11 18:18:40 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-05-11 18:18:40 +0000
commite4e7f57f3cd65cc8e7dc724bb9ebe5920ac4bfdd (patch)
tree7b3dadef81a65efb6c8fdfee795652f48eeda7b5 /qpid/cpp/examples/xml-exchange/declare_queues.cpp
parent690e5d617c9aad8550905cf30a8380778c0f9e7a (diff)
downloadqpid-python-e4e7f57f3cd65cc8e7dc724bb9ebe5920ac4bfdd.tar.gz
Cmake fixes:
Mirrored recent management code update. Don't build failover_soak without cluster Remove some unnecessary #includes from examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/xml-exchange/declare_queues.cpp')
-rw-r--r--qpid/cpp/examples/xml-exchange/declare_queues.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/examples/xml-exchange/declare_queues.cpp b/qpid/cpp/examples/xml-exchange/declare_queues.cpp
index d3a0f539b6..ad08642019 100644
--- a/qpid/cpp/examples/xml-exchange/declare_queues.cpp
+++ b/qpid/cpp/examples/xml-exchange/declare_queues.cpp
@@ -45,7 +45,6 @@
#include <qpid/client/Connection.h>
#include <qpid/client/Session.h>
-#include <unistd.h>
#include <cstdlib>
#include <iostream>