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,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "util.h"
#include "citra_qt/util/util.h"
QFont GetMonospaceFont() {
QFont font("monospace");