aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_manager.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-21 15:58:11 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-21 15:58:11 -0800
commit8c45a9a87fd00b53cabb92b3954dcb282738a84a (patch)
tree024fbeb1abd650cd0f2a3c5bc6618fcbc03a1524 /src/core/lib/iomgr/timer_manager.cc
parent2aa7f88294ad25b4653eba6fef23f71ed7972c16 (diff)
Fix header includes
Diffstat (limited to 'src/core/lib/iomgr/timer_manager.cc')
-rw-r--r--src/core/lib/iomgr/timer_manager.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/timer_manager.cc b/src/core/lib/iomgr/timer_manager.cc
index e8c017fd29..7efbaa8364 100644
--- a/src/core/lib/iomgr/timer_manager.cc
+++ b/src/core/lib/iomgr/timer_manager.cc
@@ -16,19 +16,18 @@
*
*/
-#include "src/core/lib/iomgr/timer_manager.h"
+#include <grpc/support/port_platform.h>
#include <inttypes.h>
-#include <string.h>
#include <new>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include <grpc/support/port_platform.h>
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/gprpp/thd.h"
#include "src/core/lib/iomgr/timer.h"
+#include "src/core/lib/iomgr/timer_manager.h"
struct completed_thread {
grpc_core::Thread thd;