Skip to content

Commit 8c83dc7

Browse files
committed
Merge branch 'master' of https://github.com/raysan5/raylib
2 parents 0c3e10b + 4054fc4 commit 8c83dc7

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)