You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/03/29 22:13:19 UTC

svn commit: r928891 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/io/ByteArrayInputStream.h

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{