Remove some unnecessary inclusions of video_core.h

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 18:07:53 -07:00
parent eb10f25025
commit e91f2b7663
4 changed files with 0 additions and 4 deletions

View file

@ -43,7 +43,6 @@
#include "core/gdbstub/gdbstub.h"
#include "core/loader/loader.h"
#include "core/settings.h"
#include "video_core/video_core.h"
#ifdef QT_STATICPLUGIN
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);