From d27cce513b7aa6d1fb9ead2ccb96c68a8de07556 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 3 Oct 2016 19:23:52 +0200 Subject: [PATCH] Scene: remove redundant pragma once statement. --- include/assimp/scene.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/assimp/scene.h b/include/assimp/scene.h index 80542a67b..d9799db99 100644 --- a/include/assimp/scene.h +++ b/include/assimp/scene.h @@ -38,7 +38,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------- */ -#pragma once /** @file scene.h * @brief Defines the data structures in which the imported scene is returned.