Removing a few more references to #include <chrono>

pull/1227/head
Nicolas "Pixel" Noble 10 years ago
parent 89219162dd
commit a05b8b7b25
  1. 1
      examples/pubsub/main.cc
  2. 1
      test/cpp/end2end/async_end2end_test.cc
  3. 1
      test/cpp/end2end/end2end_test.cc
  4. 1
      test/cpp/end2end/generic_end2end_test.cc
  5. 1
      test/cpp/interop/client.cc
  6. 2
      test/cpp/util/time_test.cc

@ -31,7 +31,6 @@
*
*/
#include <chrono>
#include <fstream>
#include <memory>
#include <sstream>

@ -31,7 +31,6 @@
*
*/
#include <chrono>
#include <memory>
#include "test/core/util/test_config.h"

@ -31,7 +31,6 @@
*
*/
#include <chrono>
#include <thread>
#include "test/core/util/port.h"

@ -31,7 +31,6 @@
*
*/
#include <chrono>
#include <memory>
#include "src/cpp/proto/proto_utils.h"

@ -31,7 +31,6 @@
*
*/
#include <chrono>
#include <fstream>
#include <memory>
#include <sstream>

@ -31,8 +31,6 @@
*
*/
#include <chrono>
#include <grpc/support/time.h>
#include <grpc++/time.h>
#include <gtest/gtest.h>

Loading…
Cancel
Save