diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-05-11 18:18:40 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-05-11 18:18:40 +0000 |
commit | 2ea122316b1093392a90df48a6e662838f9c522d (patch) | |
tree | 3786c2abe4c9dbf9ebdc7555f30d139087189fc2 /cpp/examples/xml-exchange/declare_queues.cpp | |
parent | a1b440e5393206ec5833e2d6c2617c2aca71701f (diff) | |
download | qpid-python-2ea122316b1093392a90df48a6e662838f9c522d.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/qpid@773636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/xml-exchange/declare_queues.cpp')
-rw-r--r-- | cpp/examples/xml-exchange/declare_queues.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/examples/xml-exchange/declare_queues.cpp b/cpp/examples/xml-exchange/declare_queues.cpp index d3a0f539b6..ad08642019 100644 --- a/cpp/examples/xml-exchange/declare_queues.cpp +++ b/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> |