Merge pull request #3 from kiwanowski/main

removed unused cmath include
This commit is contained in:
Bandwidth
2025-04-15 21:09:06 +02:00
committed by GitHub
5 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
#include <stdint.h> #include <stdint.h>
#include <cmath>
#include <cstdint>
#include <psyqo/advancedpad.hh> #include <psyqo/advancedpad.hh>
#include <psyqo/application.hh> #include <psyqo/application.hh>
#include <psyqo/fixed-point.hh> #include <psyqo/fixed-point.hh>

View File

@@ -3,7 +3,6 @@
#include <EASTL/array.h> #include <EASTL/array.h>
#include <EASTL/vector.h> #include <EASTL/vector.h>
#include <cstdint>
#include <psyqo/fixed-point.hh> #include <psyqo/fixed-point.hh>
#include <psyqo/gte-kernels.hh> #include <psyqo/gte-kernels.hh>
#include <psyqo/gte-registers.hh> #include <psyqo/gte-registers.hh>

View File

@@ -3,7 +3,6 @@
#include <EASTL/array.h> #include <EASTL/array.h>
#include <EASTL/vector.h> #include <EASTL/vector.h>
#include <cstdint>
#include <psyqo/bump-allocator.hh> #include <psyqo/bump-allocator.hh>
#include <psyqo/fragments.hh> #include <psyqo/fragments.hh>
#include <psyqo/gpu.hh> #include <psyqo/gpu.hh>

View File

@@ -1,6 +1,5 @@
#include "splashpack.hh" #include "splashpack.hh"
#include <cstdint>
#include <cstring> #include <cstring>
#include <psyqo/primitives/common.hh> #include <psyqo/primitives/common.hh>

View File

@@ -2,8 +2,6 @@
#include <EASTL/vector.h> #include <EASTL/vector.h>
#include <cstdint>
#include "gameobject.hh" #include "gameobject.hh"
#include "navmesh.hh" #include "navmesh.hh"
#include "psyqo/fixed-point.hh" #include "psyqo/fixed-point.hh"