From b67e8c366cb53505c55a83cd8dc46c6f5da05d93 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 4 Mar 2021 11:45:55 +0200 Subject: [PATCH] Remove unnecessary includes --- source/glsl/compiler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/glsl/compiler.cpp b/source/glsl/compiler.cpp index 7ff589e7..7fe608bf 100644 --- a/source/glsl/compiler.cpp +++ b/source/glsl/compiler.cpp @@ -1,5 +1,4 @@ #include -#include #include #include "builtin.h" #include "compatibility.h" @@ -10,7 +9,6 @@ #include "optimize.h" #include "output.h" #include "resources.h" -#include "shader.h" #undef interface -- 2.43.0