Remove an unnecessary include of boost/lexical_cast.hpp
authorDavid Reiss <dreiss@apache.org>
Thu, 1 May 2008 20:51:03 +0000 (20:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 1 May 2008 20:51:03 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665678 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/src/generate/t_cpp_generator.cc

index fecb7c7..d85f06f 100644 (file)
@@ -12,7 +12,6 @@
 #include <string>
 #include <vector>
 
-#include <boost/lexical_cast.hpp>
 #include <sys/stat.h>
 
 #include "platform.h"