summary refs log tree commit diff
path: root/src/GFX/Shading/Program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX/Shading/Program.hpp')
-rw-r--r--src/GFX/Shading/Program.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GFX/Shading/Program.hpp b/src/GFX/Shading/Program.hpp
index 6b28de0..8a50617 100644
--- a/src/GFX/Shading/Program.hpp
+++ b/src/GFX/Shading/Program.hpp
@@ -1,9 +1,7 @@
 #pragma once
 
 #include <string>
-#include <vector>
 #include "Shader.hpp"
-#include "../../Math/Common.hpp"
 #include "Uniform.hpp"
 
 namespace MC::GFX::Shading {