| commit | 329ca9eb16cdbee7a7644fb08ade7b3d3bb32e23 | [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 | d1fb643cb7c3371334508582506828056e8e6ee0 | |
| parent | f277760c6c96ca525942e67116a6e202a19dade2 [diff] [blame] |
Moved header files from include to include/vulkan
diff --git a/tests/init.cpp b/tests/init.cpp index 9a08800..5a96441 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -60,7 +60,7 @@ #include <stdbool.h> #include <string.h> -#include <vulkan.h> +#include <vulkan/vulkan.h> #include "vktestbinding.h" #include "test_common.h"