summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Statistics.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-17 02:02:46 -0400
committerLioncash <mathew1800@gmail.com>2019-06-17 02:37:02 -0400
commit5cafce3cc43240ab73cd67fc0376431e9c24d9fb (patch)
treea4f475a124fcc25515f45d777855aa2856129058 /Source/Core/VideoCommon/Statistics.cpp
parent73710c07455ae6043787502281ae8d8b7e445530 (diff)
VideoCommon/Statistics: Amend imgui include
This is a library header, so it should be using '<' and '>' to delineate that.
Diffstat (limited to 'Source/Core/VideoCommon/Statistics.cpp')
-rw-r--r--Source/Core/VideoCommon/Statistics.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp
index cfed452676..6350bb5c81 100644
--- a/Source/Core/VideoCommon/Statistics.cpp
+++ b/Source/Core/VideoCommon/Statistics.cpp
@@ -2,11 +2,12 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include "VideoCommon/Statistics.h"
+
#include <utility>
-#include "imgui.h"
+#include <imgui.h>
-#include "VideoCommon/Statistics.h"
#include "VideoCommon/VideoConfig.h"
Statistics stats;