Remove pragma once from implementation files
This commit is contained in:
parent
361535b29e
commit
76331af78f
3 changed files with 0 additions and 6 deletions
|
|
@ -8,8 +8,6 @@
|
||||||
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include "VulkanBuffer.h"
|
#include "VulkanBuffer.h"
|
||||||
|
|
||||||
namespace vks
|
namespace vks
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@
|
||||||
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <VulkanDevice.h>
|
#include <VulkanDevice.h>
|
||||||
|
|
||||||
namespace vks
|
namespace vks
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
* This code is licensed under the MIT license(MIT) (http://opensource.org/licenses/MIT)
|
* This code is licensed under the MIT license(MIT) (http://opensource.org/licenses/MIT)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <VulkanTexture.h>
|
#include <VulkanTexture.h>
|
||||||
|
|
||||||
namespace vks
|
namespace vks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue