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
1 changed files with 0 additions and 1 deletions

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;