From ae65f1a212d1de208ed70ca0aa48be7bbc2d0ae5 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 1 Jul 2015 11:23:59 -0700 Subject: 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 --- src/core/support/cpu_windows.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/support/cpu_windows.c') 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 #ifdef GPR_WIN32 -#include #include unsigned gpr_cpu_num_cores(void) { -- cgit v1.2.3