summary refs log tree commit diff
path: root/src/particles.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles.c')
-rw-r--r--src/particles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles.c b/src/particles.c
index 3655f23..4432780 100644
--- a/src/particles.c
+++ b/src/particles.c
@@ -1,4 +1,4 @@
-#include <SDL2/SDL.h>
+#include "particles.h"
 
 SDL_Rect const particle_gray = {0, 0, 4, 4};
 SDL_Rect const particle_red = {4, 0, 4, 4};