From edf8449d2c3663350b6b6e30d2fa4c70da02deef Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 22 May 2018 12:23:12 +0000 Subject: Revert "IWYU for tests starting with 'D'." This reverts commit b5f2897ab5be37e86ccce4ed474a2e02001a9040. Reason for revert: looks like this broke the build for DM in Google3. Need more include dirs there? Original change's description: > IWYU for tests starting with 'D'. > > Change-Id: I9189e4b56ce1635b627119733447c2ed4220753d > Reviewed-on: https://skia-review.googlesource.com/129319 > Reviewed-by: Herb Derby > Commit-Queue: Ben Wagner TBR=bsalomon@google.com,bungeman@google.com,herb@google.com Change-Id: I01aac7dae6114685a0652cbde3defccc8a42caea No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/129443 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- platform_tools/android/vulkan/Skia_Vulkan_Android.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'platform_tools') diff --git a/platform_tools/android/vulkan/Skia_Vulkan_Android.h b/platform_tools/android/vulkan/Skia_Vulkan_Android.h index 65ff4aa582..b0749810f0 100644 --- a/platform_tools/android/vulkan/Skia_Vulkan_Android.h +++ b/platform_tools/android/vulkan/Skia_Vulkan_Android.h @@ -8,8 +8,6 @@ #ifndef Skia_Vulkan_Android_DEFINED #define Skia_Vulkan_Android_DEFINED -#include "SkTypes.h" - #if !defined(SK_BUILD_FOR_ANDROID) #error "Must be building for android to use this header" #endif @@ -17,7 +15,7 @@ # define VK_USE_PLATFORM_ANDROID_KHR #endif -#include // IWYU pragma: export +#include #endif -- cgit v1.2.3