Skip to content

Commit

Permalink
Clean up unneeded includes and remove shutdown protobuf library
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g committed Mar 25, 2015
1 parent c637cc9 commit 16c78c9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions examples/pubsub/publisher_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
*
*/

#include <google/protobuf/stubs/common.h>

#include <grpc++/channel_arguments.h>
#include <grpc++/channel_interface.h>
#include <grpc++/client_context.h>
Expand Down
2 changes: 0 additions & 2 deletions examples/pubsub/subscriber_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
*
*/

#include <google/protobuf/stubs/common.h>

#include <grpc++/channel_arguments.h>
#include <grpc++/channel_interface.h>
#include <grpc++/client_context.h>
Expand Down
2 changes: 0 additions & 2 deletions src/cpp/client/insecure_credentials.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
*
*/

#include <string>

#include <grpc/grpc.h>
#include <grpc/support/log.h>

Expand Down
2 changes: 0 additions & 2 deletions src/cpp/client/secure_credentials.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
*
*/

#include <string>

#include <grpc/grpc_security.h>
#include <grpc/support/log.h>

Expand Down
1 change: 0 additions & 1 deletion test/cpp/end2end/async_end2end_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,5 @@ int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
int result = RUN_ALL_TESTS();
grpc_shutdown();
google::protobuf::ShutdownProtobufLibrary();
return result;
}
1 change: 0 additions & 1 deletion test/cpp/end2end/end2end_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,5 @@ int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
int result = RUN_ALL_TESTS();
grpc_shutdown();
google::protobuf::ShutdownProtobufLibrary();
return result;
}
1 change: 0 additions & 1 deletion test/cpp/end2end/generic_end2end_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,5 @@ int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
int result = RUN_ALL_TESTS();
grpc_shutdown();
google::protobuf::ShutdownProtobufLibrary();
return result;
}

0 comments on commit 16c78c9

Please sign in to comment.