Move #include <window.h> from all files that include it and common.h to common.h

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1861 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-01-13 04:23:26 +00:00
parent 2d586139bc
commit f1a3bc1397
21 changed files with 6 additions and 55 deletions

View File

@ -18,9 +18,7 @@
#include "Common.h"
#include "MemoryUtil.h"
#ifdef _WIN32
#include <windows.h>
#elif __GNUC__
#ifdef __GNUC__
#include <sys/mman.h>
#include <errno.h>
#include <stdio.h>