summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/PerfQuery.cpp
diff options
context:
space:
mode:
authorConnor McLaughlin <stenzek@gmail.com>2019-07-19 16:32:30 +1000
committerGitHub <noreply@github.com>2019-07-19 16:32:30 +1000
commitfc8859a4148ba73100c4e3cfd6729c187543ddde (patch)
treeb8f049cf4d7c61006f8d4d862ec2e700474003ad /Source/Core/VideoBackends/OGL/PerfQuery.cpp
parenta9abf2838eaeac12c460dfafd0ef170c823a589a (diff)
parent2b9389202e0d1c8451aff176233cf211feef59dd (diff)
Merge pull request #8249 from lioncash/rect
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Diffstat (limited to 'Source/Core/VideoBackends/OGL/PerfQuery.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/PerfQuery.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/PerfQuery.cpp b/Source/Core/VideoBackends/OGL/PerfQuery.cpp
index 61cc951ce7..74bc28ef19 100644
--- a/Source/Core/VideoBackends/OGL/PerfQuery.cpp
+++ b/Source/Core/VideoBackends/OGL/PerfQuery.cpp
@@ -2,13 +2,15 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include "VideoBackends/OGL/PerfQuery.h"
+
#include <memory>
#include "Common/CommonTypes.h"
#include "Common/GL/GLExtensions/GLExtensions.h"
-#include "VideoBackends/OGL/PerfQuery.h"
#include "VideoBackends/OGL/Render.h"
+#include "VideoCommon/VideoCommon.h"
#include "VideoCommon/VideoConfig.h"
namespace OGL