diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-07-03 10:34:49 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobin@lunarg.com> | 2015-07-07 08:47:50 -0600 |
| commit | 494aca00b6068297cee442347a2e3bdbbfffcd37 (patch) | |
| tree | a64fc08abd6a4249a6434f6b650cbf484f891a47 /layers/image.cpp | |
| parent | 9f2bb1de5e410ee25cd86afd052f9e8e9c2c87ee (diff) | |
| download | usermoji-494aca00b6068297cee442347a2e3bdbbfffcd37.tar.xz | |
loader: Rename loader_platform.h -> vk_loader_platform.h
Diffstat (limited to 'layers/image.cpp')
| -rw-r--r-- | layers/image.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/image.cpp b/layers/image.cpp index d42cf2a6..1a19180c 100644 --- a/layers/image.cpp +++ b/layers/image.cpp @@ -31,13 +31,13 @@ #include <sstream> #include <unordered_map> -#include "loader_platform.h" +#include "vk_loader_platform.h" #include "vk_layer.h" #include "vk_layer_config.h" #include "vk_enum_validate_helper.h" #include "vk_struct_validate_helper.h" //The following is #included again to catch certain OS-specific functions being used: -#include "loader_platform.h" +#include "vk_loader_platform.h" #include "vk_layer_table.h" #include "vk_layer_data.h" |
