diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-03 10:07:09 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-03 10:07:12 -0400 |
commit | 6b629f4816d9c3b5c008c7d32a9e716ce243e0bf (patch) | |
tree | 709efda352773e8d97aa98194b20eb41c726a733 /src/yuzu/debugger/profiler.cpp | |
parent | e796351a0de70d75993e326b8828229416216d91 (diff) |
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.
Diffstat (limited to 'src/yuzu/debugger/profiler.cpp')
-rw-r--r-- | src/yuzu/debugger/profiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/debugger/profiler.cpp b/src/yuzu/debugger/profiler.cpp index 8b30e0a85..86e03e46d 100644 --- a/src/yuzu/debugger/profiler.cpp +++ b/src/yuzu/debugger/profiler.cpp @@ -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" |