Remove unused #includes

This commit is contained in:
Michael Bradley 2025-02-28 19:09:25 -05:00
parent 2ce6365b3f
commit 618b75792b
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#include "grid.h"
#include <glm/glm.hpp>
#include <iostream>
#include <vector>
#include "constants.h"

View file

@ -1,6 +1,5 @@
#include "shader.h"
#include <fstream>
#include <iostream>
#include <string>