Skip to content

Commit 4054fc4

Browse files
authored
Remove stdio.h unused header (#5456)
1 parent 695f353 commit 4054fc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/text/text_words_alignment.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
#include "raymath.h" // Required for: Lerp()
2121

22-
#include <stdio.h>
23-
2422
typedef enum TextAlignment {
2523
TEXT_ALIGN_LEFT = 0,
2624
TEXT_ALIGN_TOP = 0,

0 commit comments

Comments
 (0)