Author: tabish
Date: Mon Mar 29 20:13:18 2010
New Revision: 928891
URL: http://svn.apache.org/viewvc?rev=928891&view=rev
Log:
remove unneeded include
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/io/ByteArrayInputStream.h
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/io/ByteArrayInputStream.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/io/ByteArrayInputStream.h?rev=928891&r1=928890&r2=928891&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/io/ByteArrayInputStream.h
(original)
+++
activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/io/ByteArrayInputStream.h
Mon Mar 29 20:13:18 2010
@@ -21,7 +21,6 @@
#include <decaf/io/InputStream.h>
#include <decaf/util/concurrent/Mutex.h>
#include <vector>
-#include <algorithm>
namespace decaf{
namespace io{