From 22ae87530b11226895a6a3682b9e75c5f5b9045d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 21 Jun 2015 14:02:11 +0100 Subject: Common: Cleanup emu_window includes. --- src/common/emu_window.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/common/emu_window.cpp') diff --git a/src/common/emu_window.cpp b/src/common/emu_window.cpp index 43facb85..b69b05cb 100644 --- a/src/common/emu_window.cpp +++ b/src/common/emu_window.cpp @@ -2,6 +2,12 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include +#include + +#include "common/assert.h" +#include "common/key_map.h" + #include "emu_window.h" #include "video_core/video_core.h" -- cgit v1.2.3