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 f49f775..d7a6b1b 100644
--- a/src/ball.c
+++ b/src/ball.c
@@ -1,5 +1,4 @@
 #include "pong.h"
-#include <SDL2/SDL_atomic.h>
 
 void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore) {