Removed unnecessary inclusion of stdint.h

This commit is contained in:
Sam Lantinga
2024-08-28 15:54:56 -07:00
parent 37b4aac3ac
commit 0cdb4833d5
2 changed files with 0 additions and 3 deletions

View File

@@ -19,6 +19,4 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include <stdint.h>
typedef int32_t SYS_ThreadHandle;