diff --git a/breakout/paddleAndBall.c b/breakout/paddleAndBall.c index 842fc6e..eb07764 100644 --- a/breakout/paddleAndBall.c +++ b/breakout/paddleAndBall.c @@ -4,8 +4,8 @@ #else #include #endif -#include -#include +#include +#include #include "include/structs.h" #include "include/paddleAndBall.h" #include "include/utilityFunctions.h"