summaryrefslogtreecommitdiff
path: root/src/citra/citra.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/citra.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/citra.cpp')
-rw-r--r--src/citra/citra.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp
index 76f5caeb1..c0dac9e8f 100644
--- a/src/citra/citra.cpp
+++ b/src/citra/citra.cpp
@@ -33,7 +33,6 @@
33#include "core/gdbstub/gdbstub.h" 33#include "core/gdbstub/gdbstub.h"
34#include "core/loader/loader.h" 34#include "core/loader/loader.h"
35#include "core/settings.h" 35#include "core/settings.h"
36#include "video_core/video_core.h"
37 36
38static void PrintHelp(const char* argv0) { 37static void PrintHelp(const char* argv0) {
39 std::cout << "Usage: " << argv0 38 std::cout << "Usage: " << argv0