diff options
author | Alan Conway <aconway@apache.org> | 2011-07-20 17:58:42 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-07-20 17:58:42 +0000 |
commit | 5f80515c793316a83671be4e9ddaf13ca76295ac (patch) | |
tree | 092392fac714be20e7a8c2154b31800f3fbf7a89 /cpp/src | |
parent | 1ea6ad642909f6f50916552c2820e5758a10915d (diff) | |
download | qpid-python-5f80515c793316a83671be4e9ddaf13ca76295ac.tar.gz |
NO-JIRA: Remove unused #include file, causing compile errors on rhel5.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1148870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/broker/Message.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Message.cpp b/cpp/src/qpid/broker/Message.cpp index 28886826ca..992a94f92e 100644 --- a/cpp/src/qpid/broker/Message.cpp +++ b/cpp/src/qpid/broker/Message.cpp @@ -32,7 +32,6 @@ #include "qpid/framing/TypeFilter.h" #include "qpid/framing/reply_exceptions.h" #include "qpid/log/Statement.h" -#include <boost/pointer_cast.hpp> #include <time.h> |