From b91cc0a75542de2639ec2498508807d50ce8b0a9 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 7 Oct 2015 08:38:30 -0600 Subject: layers: clean up includes --- layers/image.cpp | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'layers/image.cpp') diff --git a/layers/image.cpp b/layers/image.cpp index 283e4319..0b8b242b 100644 --- a/layers/image.cpp +++ b/layers/image.cpp @@ -22,29 +22,28 @@ * DEALINGS IN THE SOFTWARE. */ +#include #include #include #include - -#include -#include -#include +#include +#include #include #include -#include +using namespace std; -#include "image.h" #include "vk_loader_platform.h" -#include "vk_layer.h" +#include "vk_dispatch_table_helper.h" +#include "vk_struct_string_helper_cpp.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 "vk_loader_platform.h" - +#include "image.h" +#include "vk_layer_config.h" +#include "vk_layer_extension_utils.h" #include "vk_layer_table.h" #include "vk_layer_data.h" #include "vk_layer_extension_utils.h" #include "vk_layer_utils.h" +#include "vk_layer_logging.h" using namespace std; -- cgit v1.2.3