aboutsummaryrefslogtreecommitdiff
path: root/layers/vk_layer_config.cpp
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2015-09-09 12:39:13 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-25 15:22:56 -0600
commite82ce7a40f8c5c3fcc4abc8c3d80f8feea6de757 (patch)
tree5981f7284432776c77f53c9fe5e75966b31cf0ee /layers/vk_layer_config.cpp
parent0d56d995eedbcef487851ea5e42bceddbf76eb53 (diff)
downloadusermoji-e82ce7a40f8c5c3fcc4abc8c3d80f8feea6de757.tar.xz
Make layers build on android.
Diffstat (limited to 'layers/vk_layer_config.cpp')
-rw-r--r--layers/vk_layer_config.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/layers/vk_layer_config.cpp b/layers/vk_layer_config.cpp
index a4153ec3..e3b6d873 100644
--- a/layers/vk_layer_config.cpp
+++ b/layers/vk_layer_config.cpp
@@ -1,6 +1,7 @@
/**************************************************************************
*
* Copyright 2014 Lunarg, Inc.
+ * Copyright 2015 Google Inc.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -28,10 +29,7 @@
#include <string.h>
#include <vk_layer.h>
#include <iostream>
-#include "vk_loader_platform.h"
#include "vk_layer_config.h"
-// The following is #included again to catch certain OS-specific functions
-// being used:
#include "vk_loader_platform.h"
#define MAX_CHARS_PER_LINE 4096