From 6887ef315e355e1a89b8b5d7a9d3345d2444aacd Mon Sep 17 00:00:00 2001
From: 3gg <3gg@shellblade.net>
Date: Fri, 2 Jun 2023 08:45:04 -0700
Subject: Cleanup.

---
 gltfview/src/game.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gltfview/src/game.c b/gltfview/src/game.c
index 5e45c58..20f33bb 100644
--- a/gltfview/src/game.c
+++ b/gltfview/src/game.c
@@ -3,7 +3,6 @@
 #include <gfx/error.h>
 #include <gfx/render_backend.h>
 #include <gfx/scene/camera.h>
-#include <gfx/scene/light.h>
 #include <gfx/scene/material.h>
 #include <gfx/scene/mesh.h>
 #include <gfx/scene/node.h>
@@ -20,7 +19,6 @@
 #include <assert.h>
 #include <stdbool.h>
 #include <stdio.h>
-#include <string.h>
 
 // Paths to various scene files.
 static const char* BOX     = "/assets/models/box.gltf";
-- 
cgit v1.2.3