Skip to content

Commit

Permalink
Revert "Fix vulkan include path (flutter#4870)" (flutter#4872)
Browse files Browse the repository at this point in the history
Breaks Linux and Mac build bots.

This reverts commit d9ec2de.
  • Loading branch information
rmacnak-google authored and sbaranov committed Mar 26, 2018
1 parent 5e85573 commit a80905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkan/skia_vulkan_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#endif // VK_USE_PLATFORM_ANDROID_KHR
#endif // __ANDROID__

#include "vulkan/vulkan.h"
#include "third_party/vulkan/src/vulkan/vulkan.h"

0 comments on commit a80905b

Please sign in to comment.