commit | 9316d3b48763770f4131ababaf3055be8c0480e1 | [log] [tgz] |
---|---|---|
author | David Pinedo <david@lunarg.com> | Fri Nov 06 12:54:48 2015 -0700 |
committer | David Pinedo <david@lunarg.com> | Fri Nov 06 12:54:48 2015 -0700 |
tree | a17b84e93d7228ddd020e4197f0e59f66bf78f65 | |
parent | 8abd888870ec74a50eb7d72bff24f5f9083d93be [diff] [blame] |
Moved header files from include to include/vulkan
diff --git a/loader/debug_report.h b/loader/debug_report.h index 00c97e6..62969c2 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h
@@ -27,7 +27,7 @@ #include "vk_loader_platform.h" #include "loader.h" -#include "vk_debug_report_lunarg.h" +#include "vulkan/vk_debug_report_lunarg.h" /* * CreateMsgCallback is global and needs to be * applied to all layers and ICDs.