From a78de13d7b22380855a605f2ac5bac0ac7925776 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 24 Dec 2013 11:52:28 +0000 Subject: [PATCH] Remove unnecessary includes --- Common/Gfx/FontCollectionD2D.cpp | 2 -- Common/Gfx/Util/WICBitmapDIB.h | 2 -- Common/Gfx/Util/WICBitmapLockDIB.h | 2 -- 3 files changed, 6 deletions(-) diff --git a/Common/Gfx/FontCollectionD2D.cpp b/Common/Gfx/FontCollectionD2D.cpp index 3eb2a5d2..33c4f3c4 100644 --- a/Common/Gfx/FontCollectionD2D.cpp +++ b/Common/Gfx/FontCollectionD2D.cpp @@ -19,8 +19,6 @@ #include "FontCollectionD2D.h" #include "CanvasD2D.h" #include "Util/DWriteFontCollectionLoader.h" -#include // For Gdiplus.h. -#include namespace Gfx { diff --git a/Common/Gfx/Util/WICBitmapDIB.h b/Common/Gfx/Util/WICBitmapDIB.h index 0cdd4a4b..c291f13e 100644 --- a/Common/Gfx/Util/WICBitmapDIB.h +++ b/Common/Gfx/Util/WICBitmapDIB.h @@ -20,8 +20,6 @@ #define RM_GFX_UTIL_WICBITMAPDIB_H_ #include -#include // For Gdiplus.h. -#include #include namespace Gfx { diff --git a/Common/Gfx/Util/WICBitmapLockDIB.h b/Common/Gfx/Util/WICBitmapLockDIB.h index 96b9f376..6a8efefd 100644 --- a/Common/Gfx/Util/WICBitmapLockDIB.h +++ b/Common/Gfx/Util/WICBitmapLockDIB.h @@ -20,8 +20,6 @@ #define RM_GFX_UTIL_WICBITMAPLOCKDIB_H_ #include -#include // For Gdiplus.h. -#include #include #include "WICBitmapDIB.h"