From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/blendthumb/src/BlenderThumb.cpp | 4 ++-- source/blender/blendthumb/src/Dll.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/blendthumb/src') diff --git a/source/blender/blendthumb/src/BlenderThumb.cpp b/source/blender/blendthumb/src/BlenderThumb.cpp index be0adffbdfd..939e7bbf67c 100644 --- a/source/blender/blendthumb/src/BlenderThumb.cpp +++ b/source/blender/blendthumb/src/BlenderThumb.cpp @@ -14,9 +14,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include #include #include // For IThumbnailProvider. -#include #pragma comment(lib, "shlwapi.lib") @@ -94,9 +94,9 @@ IFACEMETHODIMP CBlendThumb::Initialize(IStream *pStream, DWORD) return hr; } +#include "Wincodec.h" #include #include -#include "Wincodec.h" const unsigned char gzip_magic[3] = {0x1f, 0x8b, 0x08}; // IThumbnailProvider diff --git a/source/blender/blendthumb/src/Dll.cpp b/source/blender/blendthumb/src/Dll.cpp index fec792ebfeb..8a8ae8c9996 100644 --- a/source/blender/blendthumb/src/Dll.cpp +++ b/source/blender/blendthumb/src/Dll.cpp @@ -14,11 +14,11 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include #include +#include // For SHChangeNotify #include #include // For IThumbnailProvider. -#include // For SHChangeNotify -#include extern HRESULT CBlendThumb_CreateInstance(REFIID riid, void **ppv); -- cgit v1.2.3