diff options
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" |
