summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.cpp
diff options
context:
space:
mode:
authorSintendo <3380580+Sintendo@users.noreply.github.com>2025-12-24 10:14:24 +0100
committerSintendo <3380580+Sintendo@users.noreply.github.com>2026-01-24 16:50:10 +0100
commit972ec95cb3713296128bbbf56bcd5a265efbd544 (patch)
tree9ff7bd252f0cb3069b1ec96a2e4764fef16fa237 /Source/Core/VideoCommon/PostProcessing.cpp
parentf2e1c71803b953c9adb9528c168cbbde23b3b30a (diff)
Clean includes
Diffstat (limited to 'Source/Core/VideoCommon/PostProcessing.cpp')
-rw-r--r--Source/Core/VideoCommon/PostProcessing.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/PostProcessing.cpp b/Source/Core/VideoCommon/PostProcessing.cpp
index e8111879b4..804c24eef6 100644
--- a/Source/Core/VideoCommon/PostProcessing.cpp
+++ b/Source/Core/VideoCommon/PostProcessing.cpp
@@ -24,7 +24,6 @@
#include "VideoCommon/AbstractPipeline.h"
#include "VideoCommon/AbstractShader.h"
#include "VideoCommon/AbstractTexture.h"
-#include "VideoCommon/FramebufferManager.h"
#include "VideoCommon/Present.h"
#include "VideoCommon/ShaderCache.h"
#include "VideoCommon/ShaderCompileUtils.h"