aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-03-25 12:38:40 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-03-25 12:38:40 -0700
commit96e32aa0a59dde18db2e010a3c84641933e2d8d3 (patch)
tree8157e3ab42fffe7cf6b2fac421495ae172f46c4c /src/cpp
parentad0dd6972dc8b21c300e069e714707e41d0f8d6f (diff)
parent884ed08e59cc08bf6c95b109d7e1425dc4501ec5 (diff)
Merge pull request #1133 from yang-g/cleanup
clean up
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/client/insecure_credentials.cc2
-rw-r--r--src/cpp/client/secure_credentials.cc2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/cpp/client/insecure_credentials.cc b/src/cpp/client/insecure_credentials.cc
index f3ca430bd4..8945b038de 100644
--- a/src/cpp/client/insecure_credentials.cc
+++ b/src/cpp/client/insecure_credentials.cc
@@ -31,8 +31,6 @@
*
*/
-#include <string>
-
#include <grpc/grpc.h>
#include <grpc/support/log.h>
diff --git a/src/cpp/client/secure_credentials.cc b/src/cpp/client/secure_credentials.cc
index e3c6637623..d6f9acc675 100644
--- a/src/cpp/client/secure_credentials.cc
+++ b/src/cpp/client/secure_credentials.cc
@@ -31,8 +31,6 @@
*
*/
-#include <string>
-
#include <grpc/grpc_security.h>
#include <grpc/support/log.h>