Don't use pragma once in .cpp file

Fix a compiler warning.
This commit is contained in:
Jakub Kuderski 2020-12-04 15:02:18 -05:00
parent 21f9cd5251
commit 66a4f5af22

View file

@ -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 "VulkanRaytracingSample.h" #include "VulkanRaytracingSample.h"
void VulkanRaytracingSample::enableExtensions() void VulkanRaytracingSample::enableExtensions()