From 5cafce3cc43240ab73cd67fc0376431e9c24d9fb Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 17 Jun 2019 02:02:46 -0400 Subject: [PATCH] VideoCommon/Statistics: Amend imgui include This is a library header, so it should be using '<' and '>' to delineate that. --- Source/Core/VideoCommon/Statistics.cpp | 5 +++-- 1 file 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 -#include "imgui.h" +#include -#include "VideoCommon/Statistics.h" #include "VideoCommon/VideoConfig.h" Statistics stats;