aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/thd_win32.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-01 11:23:59 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-01 11:23:59 -0700
commitae65f1a212d1de208ed70ca0aa48be7bbc2d0ae5 (patch)
tree39226a6bb8f48c2d133a9e2b6abf1fc4d7e21f18 /src/core/support/thd_win32.c
parentb3671531159b7bbce54c4c3ee4895380a4c968fc (diff)
Remove random includes of windows.h
Instead, include a stanza in port_platform.h that: - gets windows.h included - defines things that we needs to define - tries to respect applications configurations by leaving things as untouched as possible
Diffstat (limited to 'src/core/support/thd_win32.c')
-rw-r--r--src/core/support/thd_win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/support/thd_win32.c b/src/core/support/thd_win32.c
index 3cc798293a..4fa3907444 100644
--- a/src/core/support/thd_win32.c
+++ b/src/core/support/thd_win32.c
@@ -37,7 +37,6 @@
#ifdef GPR_WIN32
-#include <windows.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>