diff options
| author | 2017-05-27 18:07:53 -0700 | |
|---|---|---|
| committer | 2017-05-27 18:41:24 -0700 | |
| commit | e91f2b7663e8be445761b21c26a3a861b6794b04 (patch) | |
| tree | 0617e6895b869f58b3b8fb1ba14dffd6de6781f3 /src/citra/citra.cpp | |
| parent | Move screen size constants from video_core to core (diff) | |
| download | yuzu-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.cpp | 1 |
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 | ||
| 38 | static void PrintHelp(const char* argv0) { | 37 | static void PrintHelp(const char* argv0) { |
| 39 | std::cout << "Usage: " << argv0 | 38 | std::cout << "Usage: " << argv0 |