diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-01-13 04:23:26 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-01-13 04:23:26 +0000 |
| commit | f1a3bc139725a5ae2b7d06083f9a530822915cc8 (patch) | |
| tree | a6dd75ce390b77988b6f09ea2f3f0aa714a0c995 /Source/Core/DiscIO/Src/CompressedBlob.cpp | |
| parent | 2d586139bc0abec2718c41047edbc2bb2ab3638b (diff) | |
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
Diffstat (limited to 'Source/Core/DiscIO/Src/CompressedBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/CompressedBlob.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/CompressedBlob.cpp b/Source/Core/DiscIO/Src/CompressedBlob.cpp index f424b2c465..f44bc11805 100644 --- a/Source/Core/DiscIO/Src/CompressedBlob.cpp +++ b/Source/Core/DiscIO/Src/CompressedBlob.cpp @@ -19,7 +19,6 @@ #ifdef _WIN32 #include <io.h> -#include <windows.h> #else #include <unistd.h> #endif |
