summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-05-27 18:07:53 -0700
committerGravatar Yuri Kunde Schlesner2017-05-27 18:41:24 -0700
commite91f2b7663e8be445761b21c26a3a861b6794b04 (patch)
tree0617e6895b869f58b3b8fb1ba14dffd6de6781f3 /src/citra_qt/main.cpp
parentMove screen size constants from video_core to core (diff)
downloadyuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.gz
yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.xz
yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.zip
Remove some unnecessary inclusions of video_core.h
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index d7fad555f..eb2c7d613 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -43,7 +43,6 @@
43#include "core/gdbstub/gdbstub.h" 43#include "core/gdbstub/gdbstub.h"
44#include "core/loader/loader.h" 44#include "core/loader/loader.h"
45#include "core/settings.h" 45#include "core/settings.h"
46#include "video_core/video_core.h"
47 46
48#ifdef QT_STATICPLUGIN 47#ifdef QT_STATICPLUGIN
49Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin); 48Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);