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.
This commit is contained in:
Lioncash 2019-07-28 23:04:50 -04:00
parent c212310fbe
commit a565e41cb8
1 changed files with 1 additions and 2 deletions

View File

@ -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"