summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-02-02 22:10:44 +0000
committerStephen D. Huston <shuston@apache.org>2009-02-02 22:10:44 +0000
commitd7f9f52220b2f820461ea183e1edc8ff6a402dff (patch)
tree818250c86bb791391649d4e88b515843a7a6a4fd /qpid/cpp
parentf803fc2e118c4fbee845b0515ab997ff9b1d7c54 (diff)
downloadqpid-python-d7f9f52220b2f820461ea183e1edc8ff6a402dff.tar.gz
Removed unneeded include <alloca.h>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/tests/QueueOptionsTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/QueueOptionsTest.cpp b/qpid/cpp/src/tests/QueueOptionsTest.cpp
index bac369bfec..93d1961caa 100644
--- a/qpid/cpp/src/tests/QueueOptionsTest.cpp
+++ b/qpid/cpp/src/tests/QueueOptionsTest.cpp
@@ -21,7 +21,6 @@
#include <iostream>
#include "qpid/framing/Array.h"
#include "qpid/client/QueueOptions.h"
-#include <alloca.h>
#include "unit_test.h"