citra_qt: Reorganize headers

This commit is contained in:
Lioncash 2015-09-11 00:23:00 -04:00
parent abc34ddb88
commit abe5bb4019
24 changed files with 81 additions and 100 deletions

View file

@ -2,11 +2,9 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "graphics.h"
#include <QListView>
#include <QVBoxLayout>
#include <QDebug>
#include "citra_qt/debugger/graphics.h"
#include "citra_qt/util/util.h"
extern GraphicsDebugger g_debugger;