aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-08 09:07:20 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-08 09:07:20 +0200
commita05b8b7b25511b2a5c9312579be4897e9fab0a97 (patch)
tree4c77fa69dc8446038f1de831e5fdcb1da84527f4
parent89219162dd613b58da8f3cd418f4825a5d566da5 (diff)
Removing a few more references to #include <chrono>
-rw-r--r--examples/pubsub/main.cc1
-rw-r--r--test/cpp/end2end/async_end2end_test.cc1
-rw-r--r--test/cpp/end2end/end2end_test.cc1
-rw-r--r--test/cpp/end2end/generic_end2end_test.cc1
-rw-r--r--test/cpp/interop/client.cc1
-rw-r--r--test/cpp/util/time_test.cc2
6 files changed, 0 insertions, 7 deletions
diff --git a/examples/pubsub/main.cc b/examples/pubsub/main.cc
index cc5076f0a5..3d1f89d96c 100644
--- a/examples/pubsub/main.cc
+++ b/examples/pubsub/main.cc
@@ -31,7 +31,6 @@
*
*/
-#include <chrono>
#include <fstream>
#include <memory>
#include <sstream>
diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc
index 4fa4382211..698f1bb547 100644
--- a/test/cpp/end2end/async_end2end_test.cc
+++ b/test/cpp/end2end/async_end2end_test.cc
@@ -31,7 +31,6 @@
*
*/
-#include <chrono>
#include <memory>
#include "test/core/util/test_config.h"
diff --git a/test/cpp/end2end/end2end_test.cc b/test/cpp/end2end/end2end_test.cc
index 2fa3f0a32f..0e79e21ee0 100644
--- a/test/cpp/end2end/end2end_test.cc
+++ b/test/cpp/end2end/end2end_test.cc
@@ -31,7 +31,6 @@
*
*/
-#include <chrono>
#include <thread>
#include "test/core/util/port.h"
diff --git a/test/cpp/end2end/generic_end2end_test.cc b/test/cpp/end2end/generic_end2end_test.cc
index 25f2c990bc..3551251d1d 100644
--- a/test/cpp/end2end/generic_end2end_test.cc
+++ b/test/cpp/end2end/generic_end2end_test.cc
@@ -31,7 +31,6 @@
*
*/
-#include <chrono>
#include <memory>
#include "src/cpp/proto/proto_utils.h"
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index 5971dc1aea..a4641b667e 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -31,7 +31,6 @@
*
*/
-#include <chrono>
#include <fstream>
#include <memory>
#include <sstream>
diff --git a/test/cpp/util/time_test.cc b/test/cpp/util/time_test.cc
index 767cb51c92..a3cfb1c961 100644
--- a/test/cpp/util/time_test.cc
+++ b/test/cpp/util/time_test.cc
@@ -31,8 +31,6 @@
*
*/
-#include <chrono>
-
#include <grpc/support/time.h>
#include <grpc++/time.h>
#include <gtest/gtest.h>