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

@ -16,7 +16,6 @@
// http://code.google.com/p/dolphin-emu/
#include <tchar.h>
#include <windows.h>
#include <d3dx9.h>
#include "Common.h"