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)