diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-06-05 12:14:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-05 12:14:22 +0200 |
| commit | e23cfc29654ece853309454a7a37306cc696af19 (patch) | |
| tree | 01b0533457eacfd93f55c11db3d41cc7b63e2229 /Source/Core/DiscIO/CompressedBlob.cpp | |
| parent | 886cb26827cc65fd073df9e0af6d958270a2aef6 (diff) | |
| parent | d9fd05680333a71211fcaf2419281e7897e2c26c (diff) | |
Merge pull request #5543 from leoetlino/manual-reformat
Fix minor formatting issues
Diffstat (limited to 'Source/Core/DiscIO/CompressedBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/CompressedBlob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/CompressedBlob.cpp b/Source/Core/DiscIO/CompressedBlob.cpp index 7c89121278..e96d0160a5 100644 --- a/Source/Core/DiscIO/CompressedBlob.cpp +++ b/Source/Core/DiscIO/CompressedBlob.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #ifdef _WIN32 -#include <io.h> #include <windows.h> +#include <io.h> #endif #include <algorithm> |
