diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-02-02 22:10:44 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-02-02 22:10:44 +0000 |
commit | 654f028390fba5d2eb731ff78f9f2799877ca87f (patch) | |
tree | 97ac46767e0331d737ac864fd2fe37bef76b85d6 /cpp/src | |
parent | 0c3e43ec992c1202e996a92ca8ee12c0ff0a3e42 (diff) | |
download | qpid-python-654f028390fba5d2eb731ff78f9f2799877ca87f.tar.gz |
Removed unneeded include <alloca.h>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@740120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/QueueOptionsTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/QueueOptionsTest.cpp b/cpp/src/tests/QueueOptionsTest.cpp index bac369bfec..93d1961caa 100644 --- a/cpp/src/tests/QueueOptionsTest.cpp +++ b/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" |