THRIFT-1422 async_server.skeleton.cpp include TEventServer.h, but there isn't corresp...
authorRoger Meier <roger@apache.org>
Fri, 16 Nov 2012 01:22:47 +0000 (01:22 +0000)
committerRoger Meier <roger@apache.org>
Fri, 16 Nov 2012 01:22:47 +0000 (01:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410139 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/src/generate/t_cpp_generator.cc

index c1287b7..a495741 100644 (file)
@@ -1989,7 +1989,6 @@ void t_cpp_generator::generate_service_async_skeleton(t_service* tservice) {
     endl <<
     "#include \"" << get_include_prefix(*get_program()) << svcname << ".h\"" << endl <<
     "#include <thrift/protocol/TBinaryProtocol.h>" << endl <<
-    "#include <thrift/async/TEventServer.h>" << endl <<
     endl <<
     "using namespace ::apache::thrift;" << endl <<
     "using namespace ::apache::thrift::protocol;" << endl <<