VideoCommon/Statistics: Amend imgui include

This is a library header, so it should be using '<' and '>' to delineate
that.
This commit is contained in:
Lioncash 2019-06-17 02:02:46 -04:00
parent 73710c0745
commit 5cafce3cc4
1 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,12 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "VideoCommon/Statistics.h"
#include <utility>
#include "imgui.h"
#include <imgui.h>
#include "VideoCommon/Statistics.h"
#include "VideoCommon/VideoConfig.h"
Statistics stats;