diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-08-08 11:13:00 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2021-11-17 20:04:34 -0800 |
| commit | 6236a0d494378430767c20c7930af0c9cfe1ff5b (patch) | |
| tree | 390b8266e856a9044e5b99062434aeaab4374605 /Source/Core/VideoBackends/OGL/SamplerCache.cpp | |
| parent | 3096f77ba09fe3510a785e073602a8a829a02d9e (diff) | |
Eliminate SamplerCommon
Diffstat (limited to 'Source/Core/VideoBackends/OGL/SamplerCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/SamplerCache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/SamplerCache.cpp b/Source/Core/VideoBackends/OGL/SamplerCache.cpp index 85af44447b..6e594a1e7e 100644 --- a/Source/Core/VideoBackends/OGL/SamplerCache.cpp +++ b/Source/Core/VideoBackends/OGL/SamplerCache.cpp @@ -7,7 +7,6 @@ #include <memory> #include "Common/CommonTypes.h" -#include "VideoCommon/SamplerCommon.h" #include "VideoCommon/VideoConfig.h" namespace OGL |
