From 15a7cb7c58311630fa6edc8149717c17196357b0 Mon Sep 17 00:00:00 2001 From: papadanku Date: Sat, 28 Sep 2024 23:54:13 -0700 Subject: [PATCH] Update cEdge.fxh --- shaders/shared/cEdge.fxh | 1 - 1 file changed, 1 deletion(-) diff --git a/shaders/shared/cEdge.fxh b/shaders/shared/cEdge.fxh index ccd0676..9c1c5e2 100644 --- a/shaders/shared/cEdge.fxh +++ b/shaders/shared/cEdge.fxh @@ -3,7 +3,6 @@ #define INCLUDE_CEDGE #if defined(CSHADE_CONTOUR) - #include "cShadeHDR.fxh" #define CEDGE_SAMPLE(SAMPLER, TEX) CShade_BackBuffer2D(TEX) #else #define CEDGE_SAMPLE(SAMPLER, TEX) tex2D(SAMPLER, TEX)