From a209128a07cbfb969cf1f67e7f4ba96a51de9ff8 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Tue, 11 Jan 2022 10:04:50 +0100 Subject: [PATCH] Removed dependency on pch.h --- Quaternion.cpp | 2 +- Vector3.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Quaternion.cpp b/Quaternion.cpp index 44f6991..f98a8e8 100644 --- a/Quaternion.cpp +++ b/Quaternion.cpp @@ -2,7 +2,7 @@ // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. -#include "pch.h" +//#include "pch.h" #include #include #include "Quaternion.h" diff --git a/Vector3.cpp b/Vector3.cpp index 6d3c959..978ebce 100644 --- a/Vector3.cpp +++ b/Vector3.cpp @@ -2,7 +2,7 @@ // License, v. 2.0.If a copy of the MPL was not distributed with this // file, You can obtain one at https ://mozilla.org/MPL/2.0/. -#include "pch.h" +//#include "pch.h" #include #include "Vector3.h"