aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/time_win32.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-26 13:20:46 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-26 13:20:46 -0700
commit039021f5ef3ed5c2d3eef1f360f009ba873cf757 (patch)
treed7516d4ff1474583df19c83d9209e844a924ef9f /src/core/support/time_win32.c
parent90797b91a25ff7a0e0b76a26c76c88c9f3b9ada1 (diff)
parent94f908ae84ab6d280a41e09245925ecfa612dce8 (diff)
Merge github.com:grpc/grpc into we-are-never-ever-ever
Diffstat (limited to 'src/core/support/time_win32.c')
-rw-r--r--src/core/support/time_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/support/time_win32.c b/src/core/support/time_win32.c
index 8af957e6f4..2c344d3f3b 100644
--- a/src/core/support/time_win32.c
+++ b/src/core/support/time_win32.c
@@ -39,10 +39,10 @@
#include <grpc/support/log.h>
#include <grpc/support/time.h>
+#include <limits.h>
+#include <process.h>
#include <src/core/support/time_precise.h>
#include <sys/timeb.h>
-#include <process.h>
-#include <limits.h>
#include "src/core/support/block_annotate.h"