diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-07-28 23:04:50 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-07-28 23:04:52 -0400 |
| commit | a565e41cb8d1c695581482ad4cb1cb580b084f34 (patch) | |
| tree | 5f3a35ece8affac9d4bcc37958310164f6bf6037 /Source/Core/VideoCommon/OnScreenDisplay.cpp | |
| parent | c212310fbe0b205b62c4d3ac997060cf4fc26e2f (diff) | |
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.
Diffstat (limited to 'Source/Core/VideoCommon/OnScreenDisplay.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OnScreenDisplay.cpp | 3 |
1 files changed, 1 insertions, 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 <algorithm> -#include <list> #include <map> #include <mutex> #include <string> -#include "imgui.h" +#include <imgui.h> #include "Common/CommonTypes.h" #include "Common/StringUtil.h" |
