Common: Cleanup emu_window includes.

This commit is contained in:
Emmanuel Gil Peyrot 2015-06-21 14:02:11 +01:00
parent 1775adc34c
commit 22ae87530b
5 changed files with 23 additions and 13 deletions

View file

@ -2,6 +2,12 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include <cmath>
#include "common/assert.h"
#include "common/key_map.h"
#include "emu_window.h"
#include "video_core/video_core.h"