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

@ -4,11 +4,10 @@
#pragma once
#include <initializer_list>
#include <type_traits>
#include <common/common_types.h>
#include "common/vector_math.h"
#include "math.h"
#include "pica.h"
namespace Pica {