diff options
| author | Michael Lentine <mlentine@google.com> | 2015-09-09 12:39:13 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-25 15:22:56 -0600 |
| commit | e82ce7a40f8c5c3fcc4abc8c3d80f8feea6de757 (patch) | |
| tree | 5981f7284432776c77f53c9fe5e75966b31cf0ee /layers/basic.cpp | |
| parent | 0d56d995eedbcef487851ea5e42bceddbf76eb53 (diff) | |
| download | usermoji-e82ce7a40f8c5c3fcc4abc8c3d80f8feea6de757.tar.xz | |
Make layers build on android.
Diffstat (limited to 'layers/basic.cpp')
| -rw-r--r-- | layers/basic.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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 <string.h> #include <stdlib.h> #include <assert.h> -#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[] = { { |
