VideoCommon/Statistics: Amend imgui include
This is a library header, so it should be using '<' and '>' to delineate that.
This commit is contained in:
parent
73710c0745
commit
5cafce3cc4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue