From e82ce7a40f8c5c3fcc4abc8c3d80f8feea6de757 Mon Sep 17 00:00:00 2001 From: Michael Lentine Date: Wed, 9 Sep 2015 12:39:13 -0700 Subject: Make layers build on android. --- layers/basic.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'layers/basic.cpp') diff --git a/layers/basic.cpp b/layers/basic.cpp index 6a26542b..b90c0755 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -2,6 +2,7 @@ * Vulkan * * Copyright (C) 2014 LunarG, Inc. + * Copyright (C) 2015 Google Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -24,14 +25,10 @@ #include #include #include -#include "vk_loader_platform.h" #include "vk_dispatch_table_helper.h" #include "vk_layer.h" #include "vk_layer_table.h" #include "vk_layer_extension_utils.h" -// The following is #included again to catch certain OS-specific functions -// being used: -#include "vk_loader_platform.h" static const VkLayerProperties globalLayerProps[] = { { -- cgit v1.2.3