From 9d6f73bfb299cc20d55e12ae98e70de803211d7a Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 29 Mar 2018 11:07:53 +0200 Subject: [PATCH] Do not include in cpu_info.cc. The inclusion of is probably a leftover from the past. As of today system_wrappers/cpu_info.cc doesn't need access to Direct 3D. TBR=tommi@webrtc.org Bug: webrtc:9073 Change-Id: I679d161f4b1d098a7864d82e4a52fa70d57aae84 Reviewed-on: https://webrtc-review.googlesource.com/65440 Commit-Queue: Mirko Bonadei Reviewed-by: Noah Richards Cr-Commit-Position: refs/heads/master@{#22683} --- system_wrappers/source/cpu_info.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/system_wrappers/source/cpu_info.cc b/system_wrappers/source/cpu_info.cc index 0bfe01582f..5374efb759 100644 --- a/system_wrappers/source/cpu_info.cc +++ b/system_wrappers/source/cpu_info.cc @@ -13,9 +13,6 @@ #if defined(WEBRTC_WIN) #include #include -#ifndef EXCLUDE_D3D9 -#include -#endif #elif defined(WEBRTC_LINUX) #include #endif