summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/SamplerCache.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2017-03-05 09:45:29 -0500
committerGitHub <noreply@github.com>2017-03-05 09:45:29 -0500
commit7fa14169e9aafd011cbb658e32a259e701812be0 (patch)
tree5f6d42ff9278c5c8eb0b4e14a7f753395bd55a80 /Source/Core/VideoBackends/OGL/SamplerCache.cpp
parentc2594695b8beda137c808e666b0651a1f09a293c (diff)
parent552c0d8404ebd1e0cfa71c2d14ecb81c40f4cd70 (diff)
Merge pull request #5007 from lioncash/swap
Common: Move byte swapping utilities into their own header
Diffstat (limited to 'Source/Core/VideoBackends/OGL/SamplerCache.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/SamplerCache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/OGL/SamplerCache.cpp b/Source/Core/VideoBackends/OGL/SamplerCache.cpp
index 82cc74daa8..cbde39be6c 100644
--- a/Source/Core/VideoBackends/OGL/SamplerCache.cpp
+++ b/Source/Core/VideoBackends/OGL/SamplerCache.cpp
@@ -2,12 +2,12 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include "VideoBackends/OGL/SamplerCache.h"
+
#include <memory>
-#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/GL/GLInterfaceBase.h"
-#include "VideoBackends/OGL/SamplerCache.h"
#include "VideoCommon/SamplerCommon.h"
#include "VideoCommon/VideoConfig.h"