From 66a4f5af223620b75fc28185c612f464b8021d30 Mon Sep 17 00:00:00 2001 From: Jakub Kuderski Date: Fri, 4 Dec 2020 15:02:18 -0500 Subject: [PATCH] Don't use pragma once in .cpp file Fix a compiler warning. --- base/VulkanRaytracingSample.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/VulkanRaytracingSample.cpp b/base/VulkanRaytracingSample.cpp index bea1e67a..b596f46e 100644 --- a/base/VulkanRaytracingSample.cpp +++ b/base/VulkanRaytracingSample.cpp @@ -6,8 +6,6 @@ * This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) */ -#pragma once - #include "VulkanRaytracingSample.h" void VulkanRaytracingSample::enableExtensions()