layers: Remove unneeded layer_common.h
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 23 Sep 2015 18:30:48 +0000 (12:30 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 24 Sep 2015 00:15:15 +0000 (18:15 -0600)
The header only had one include in it.

layers/device_limits.h
layers/draw_state.h
layers/layer_common.h [deleted file]
layers/mem_tracker.h

index 6f11c23b91b51fd497b0eb83a49a214c2efd7907..8575b90877fadc5702af9926d8c8d3154e83fcd1 100644 (file)
@@ -23,7 +23,7 @@
  */
 #include "vk_layer.h"
 #include <vector>
-#include "layer_common.h"
+#include "vk_debug_report_lunarg.h"
 
 using namespace std;
 
index ecd9486b8d39e1f6a95b9e5e293179864d5085fb..1641f8a6358d07321f53b4be0b62fbe900051681 100644 (file)
@@ -23,7 +23,7 @@
  */
 #include "vk_layer.h"
 #include <vector>
-#include "layer_common.h"
+#include "vk_debug_report_lunarg.h"
 
 using namespace std;
 
diff --git a/layers/layer_common.h b/layers/layer_common.h
deleted file mode 100644 (file)
index 3e3e916..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Vulkan
- *
- * Copyright (C) 2014 LunarG, Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-#include "vk_debug_report_lunarg.h"
-
index fec008a212e9bd3c9466c92c4721b82e7af5abf9..5ad0059b48192f2719f831880c0dd3c873974819 100644 (file)
@@ -24,7 +24,7 @@
 #pragma once
 #include <vector>
 #include "vk_layer.h"
-#include "layer_common.h"
+#include "vk_debug_report_lunarg.h"
 
 #ifdef __cplusplus
 extern "C" {