removed cstdint

This commit is contained in:
Krzysztof Iwanowski
2025-04-15 20:55:32 +02:00
parent 5849ece892
commit 9b2f944cb4
5 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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