Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f233e46
)
Remove an unnecessary include of boost/lexical_cast.hpp
author
David Reiss
<dreiss@apache.org>
Thu, 1 May 2008 20:51:03 +0000
(20:51 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_cpp_generator.cc
b/compiler/cpp/src/generate/t_cpp_generator.cc
index
fecb7c7
..
d85f06f
100644
(file)
--- a/
compiler/cpp/src/generate/t_cpp_generator.cc
+++ b/
compiler/cpp/src/generate/t_cpp_generator.cc
@@
-12,7
+12,6
@@
#include <string>
#include <vector>
-#include <boost/lexical_cast.hpp>
#include <sys/stat.h>
#include "platform.h"