Removed dependency on pch.h

This commit is contained in:
Pascal Serrarens 2022-01-11 10:04:50 +01:00
parent 03318af23b
commit a209128a07
2 changed files with 2 additions and 2 deletions

View File

@ -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 <math.h>
#include <float.h>
#include "Quaternion.h"

View File

@ -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 <math.h>
#include "Vector3.h"