Remove unnecessary include from SDL_pen_c.h

This commit is contained in:
Carl Åstholm
2024-09-10 22:16:59 +02:00
committed by Sam Lantinga
parent 4efbe1ca28
commit 88d3cb4f90

View File

@@ -24,7 +24,6 @@
#ifndef SDL_pen_c_h_
#define SDL_pen_c_h_
#include "../../include/SDL3/SDL_pen.h"
#include "SDL_mouse_c.h"
typedef Uint32 SDL_PenCapabilityFlags;