From 0cdb4833d510adcc08916040c57538f64384beca Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 28 Aug 2024 15:54:56 -0700 Subject: [PATCH] Removed unnecessary inclusion of stdint.h --- src/thread/ps2/SDL_systhread_c.h | 2 -- src/video/wayland/SDL_waylanddyn.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/thread/ps2/SDL_systhread_c.h b/src/thread/ps2/SDL_systhread_c.h index afab3838f4..649bf51789 100644 --- a/src/thread/ps2/SDL_systhread_c.h +++ b/src/thread/ps2/SDL_systhread_c.h @@ -19,6 +19,4 @@ 3. This notice may not be removed or altered from any source distribution. */ -#include - typedef int32_t SYS_ThreadHandle; diff --git a/src/video/wayland/SDL_waylanddyn.h b/src/video/wayland/SDL_waylanddyn.h index eb14368b73..998a3809dc 100644 --- a/src/video/wayland/SDL_waylanddyn.h +++ b/src/video/wayland/SDL_waylanddyn.h @@ -46,7 +46,6 @@ enum libdecor_resize_edge; enum libdecor_capabilities; enum libdecor_window_state; -#include #include "wayland-cursor.h" #include "wayland-util.h" #include "xkbcommon/xkbcommon.h"