about summary refs log tree commit diff stats
path: root/src/ball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ball.c')
-rw-r--r--src/ball.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ball.c b/src/ball.c
index 4fc1eb4..35e0651 100644
--- a/src/ball.c
+++ b/src/ball.c
@@ -1,4 +1,3 @@
-#include "raylib.h"
 #include "pong.h"
 
 void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore) {