mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-24 23:11:57 +00:00
Removed unnecessary inclusion of stdint.h
This commit is contained in:
parent
37b4aac3ac
commit
0cdb4833d5
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ enum libdecor_resize_edge;
|
|||
enum libdecor_capabilities;
|
||||
enum libdecor_window_state;
|
||||
|
||||
#include <stdint.h>
|
||||
#include "wayland-cursor.h"
|
||||
#include "wayland-util.h"
|
||||
#include "xkbcommon/xkbcommon.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue