debug_utils: Remove unused includes

Quite a bit of these aren't necessary directly within the debug_utils
header and can be removed or included where actually necessary.
This commit is contained in:
Lioncash 2018-08-24 20:18:57 -04:00
parent 3c5f75d2f4
commit e5eb0a7737
5 changed files with 4 additions and 24 deletions

View file

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <map>
#include <QLabel>
#include <QMetaType>
#include <QPushButton>