Browse Source

pen: remove stray '#include <stdio.h>'

Anonymous Maarten 1 year ago
parent
commit
beb52ed54a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/events/SDL_pen.c

+ 1 - 1
src/events/SDL_pen.c

@@ -269,7 +269,7 @@ static void pen_sort(void)
               pen_compare);
     pen_handler.sorted = SDL_TRUE;
 }
-#include<stdio.h>
+
 SDL_Pen *SDL_PenModifyBegin(Uint32 instance_id)
 {
     SDL_PenID id = { 0 };