summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-21 15:02:11 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:36:54 +0200
commit22ae87530b11226895a6a3682b9e75c5f5b9045d (patch)
tree650c7ffea9971d8479a67521050c15b5347e333f /src/video_core/video_core.h
parentCommon: Remove unused ROUND_UP_POW2 macro. (diff)
downloadyuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.gz
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.bz2
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.lz
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.xz
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.tar.zst
yuzu-22ae87530b11226895a6a3682b9e75c5f5b9045d.zip
Diffstat (limited to 'src/video_core/video_core.h')
-rw-r--r--src/video_core/video_core.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h
index 3f24df7bd..14b33c9dd 100644
--- a/src/video_core/video_core.h
+++ b/src/video_core/video_core.h
@@ -4,12 +4,11 @@
#pragma once
-#include "common/emu_window.h"
-
-#include "renderer_base.h"
-
#include <atomic>
+class EmuWindow;
+class RendererBase;
+
////////////////////////////////////////////////////////////////////////////////////////////////////
// Video Core namespace