mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 18:17:54 -05:00
citra_qt: Reorganize headers
This commit is contained in:
@ -6,12 +6,11 @@
|
||||
#include <QPainter>
|
||||
#include <QString>
|
||||
|
||||
#include "profiler.h"
|
||||
|
||||
#include "citra_qt/debugger/profiler.h"
|
||||
#include "citra_qt/util/util.h"
|
||||
|
||||
#include "common/profiler_reporting.h"
|
||||
#include "common/microprofile.h"
|
||||
#include "common/profiler_reporting.h"
|
||||
|
||||
// Include the implementation of the UI in this file. This isn't in microprofile.cpp because the
|
||||
// non-Qt frontends don't need it (and don't implement the UI drawing hooks either).
|
||||
|
Reference in New Issue
Block a user