mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 00:55:45 +00:00
yuzu/debugger/profiler: Remove unnecessary includes
Moves includes into the cpp file where necessary. This way, microprofile-related stuff isn't dumped into other UI-related code when the dialog header gets included.
This commit is contained in:
parent
e796351a0d
commit
6b629f4816
2 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
#include <QString>
|
||||
#include <QTimer>
|
||||
#include "common/common_types.h"
|
||||
#include "common/microprofile.h"
|
||||
#include "yuzu/debugger/profiler.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue