aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/cpu_windows.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/cpu_windows.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/cpu_windows.c')
-rw-r--r--src/core/support/cpu_windows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/support/cpu_windows.c b/src/core/support/cpu_windows.c
index 107a7b85f0..ce32eb0a9d 100644
--- a/src/core/support/cpu_windows.c
+++ b/src/core/support/cpu_windows.c
@@ -34,7 +34,6 @@
#include <grpc/support/port_platform.h>
#ifdef GPR_WIN32
-#include <windows.h>
#include <grpc/support/log.h>
unsigned gpr_cpu_num_cores(void) {