header cleanup

Change-Id: I9d93add4e7998d8a1aa37cba9e7829fcbda867d5
Reviewed-on: https://skia-review.googlesource.com/15318
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
diff --git a/tools/check-headers-self-sufficient b/tools/check-headers-self-sufficient
index 294132e..674289b 100755
--- a/tools/check-headers-self-sufficient
+++ b/tools/check-headers-self-sufficient
@@ -33,6 +33,7 @@
     '-Iinclude/utils',
     '-Iinclude/utils/mac',
     '-Iinclude/views',
+    '-Ithird_party/vulkan',
 ]
 
 all_header_args = [
@@ -81,6 +82,7 @@
     '-Ithird_party/externals/sfntly/cpp/src',
     '-Ithird_party/externals/zlib',
     '-Ithird_party/gif',
+    '-Ithird_party/vulkan',
 ]
 
 ignore = [
@@ -91,7 +93,6 @@
     'experimental/*',
     'include/config/*',
     'include/core/SkPostConfig.h',
-    'include/gpu/vk/*',
     'include/ports/SkFontMgr_android.h',
     'include/ports/SkFontMgr_fontconfig.h',
     'include/ports/SkTypeface_win.h',
@@ -105,7 +106,6 @@
     'src/core/SkLinearBitmapPipeline.h',
     'src/core/SkLinearBitmapPipeline_*.h',
     'src/core/SkUnPreMultiplyPriv.h',
-    'src/gpu/vk/*.h',
     'src/opts/*_SSE2.h',
     'src/opts/*_SSSE3.h',
     'src/opts/*_neon.h',