diff options
-rw-r--r-- | gltfview/src/game.c | 2 |
1 files changed, 0 insertions, 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 @@ | |||
3 | #include <gfx/error.h> | 3 | #include <gfx/error.h> |
4 | #include <gfx/render_backend.h> | 4 | #include <gfx/render_backend.h> |
5 | #include <gfx/scene/camera.h> | 5 | #include <gfx/scene/camera.h> |
6 | #include <gfx/scene/light.h> | ||
7 | #include <gfx/scene/material.h> | 6 | #include <gfx/scene/material.h> |
8 | #include <gfx/scene/mesh.h> | 7 | #include <gfx/scene/mesh.h> |
9 | #include <gfx/scene/node.h> | 8 | #include <gfx/scene/node.h> |
@@ -20,7 +19,6 @@ | |||
20 | #include <assert.h> | 19 | #include <assert.h> |
21 | #include <stdbool.h> | 20 | #include <stdbool.h> |
22 | #include <stdio.h> | 21 | #include <stdio.h> |
23 | #include <string.h> | ||
24 | 22 | ||
25 | // Paths to various scene files. | 23 | // Paths to various scene files. |
26 | static const char* BOX = "/assets/models/box.gltf"; | 24 | static const char* BOX = "/assets/models/box.gltf"; |