aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 23:35:47 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 23:35:47 -0400
commitde6ed6f8e8c4a2d139b4e81b68db7408dbe435d1 (patch)
tree765dde723df71633a1ae3681983057ef170f7ba6 /main.c
parente8f602a81b90a4147666f607045b359753537d72 (diff)
downloadvolute-de6ed6f8e8c4a2d139b4e81b68db7408dbe435d1.zip
render: maintain list of images/icons
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 2d3bb18..e2d8f95 100644
--- a/main.c
+++ b/main.c
@@ -4,8 +4,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <SDL2/SDL.h>
-
#include "microui.h"
#include "renderer.h"
#include "unit.h"