From a565e41cb8d1c695581482ad4cb1cb580b084f34 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 28 Jul 2019 23:04:50 -0400 Subject: [PATCH] VideoCommon/OnScreenDisplay: Remove unused headers While we're at it, fix up the imgui include to use the convention we use for referencing external library headers. --- Source/Core/VideoCommon/OnScreenDisplay.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/VideoCommon/OnScreenDisplay.cpp b/Source/Core/VideoCommon/OnScreenDisplay.cpp index b52de17cbf..8868585120 100644 --- a/Source/Core/VideoCommon/OnScreenDisplay.cpp +++ b/Source/Core/VideoCommon/OnScreenDisplay.cpp @@ -3,12 +3,11 @@ // Refer to the license.txt file included. #include -#include #include #include #include -#include "imgui.h" +#include #include "Common/CommonTypes.h" #include "Common/StringUtil.h"