about summary refs log tree commit diff stats
path: root/src/enemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy.c')
-rw-r--r--src/enemy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/enemy.c b/src/enemy.c
index dce2570..0f73a55 100644
--- a/src/enemy.c
+++ b/src/enemy.c
@@ -1,5 +1,4 @@
 #include "pong.h"
-#include <SDL2/SDL_atomic.h>
 
 void enemy(struct Players *Enemy, struct Balls ball) {
 	if (Enemy->NextTick <= SDL_AtomicGet(&Ticks)) {