summaryrefslogtreecommitdiff
path: root/src/citra_qt/util/util.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2015-09-11 00:23:00 -0400
committerGravatar Lioncash2015-09-11 00:57:24 -0400
commitabe5bb4019f84b5bcb43c581f1258b3a44f1f2c7 (patch)
tree9307673c985a0338efb8a409403b9ec90684005d /src/citra_qt/util/util.cpp
parentMerge pull request #1130 from lioncash/block (diff)
downloadyuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.gz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.tar.xz
yuzu-abe5bb4019f84b5bcb43c581f1258b3a44f1f2c7.zip
citra_qt: Reorganize headers
Diffstat (limited to 'src/citra_qt/util/util.cpp')
-rw-r--r--src/citra_qt/util/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/util/util.cpp b/src/citra_qt/util/util.cpp
index 2cb939af1..f292046b7 100644
--- a/src/citra_qt/util/util.cpp
+++ b/src/citra_qt/util/util.cpp
@@ -2,7 +2,7 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "util.h" 5#include "citra_qt/util/util.h"
6 6
7QFont GetMonospaceFont() { 7QFont GetMonospaceFont() {
8 QFont font("monospace"); 8 QFont font("monospace");