You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2010/08/31 18:51:24 UTC

svn commit: r991250 - /incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc

Author: dreiss
Date: Tue Aug 31 16:51:24 2010
New Revision: 991250

URL: http://svn.apache.org/viewvc?rev=991250&view=rev
Log:
THRIFT-507. smalltalk: Remove an unnecessary include (boost/tokenizer)

Modified:
    incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc

Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc?rev=991250&r1=991249&r2=991250&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc (original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_st_generator.cc Tue Aug 31 16:51:24 2010
@@ -27,7 +27,6 @@
 #include <vector>
 
 #include <stdlib.h>
-#include <boost/tokenizer.hpp>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <sstream>