Remove unnecessary includes

This commit is contained in:
Birunthan Mohanathas 2013-12-24 11:52:28 +00:00
parent ffd359158e
commit a78de13d7b
3 changed files with 0 additions and 6 deletions

View File

@ -19,8 +19,6 @@
#include "FontCollectionD2D.h"
#include "CanvasD2D.h"
#include "Util/DWriteFontCollectionLoader.h"
#include <ole2.h> // For Gdiplus.h.
#include <GdiPlus.h>
namespace Gfx {

View File

@ -20,8 +20,6 @@
#define RM_GFX_UTIL_WICBITMAPDIB_H_
#include <Windows.h>
#include <ole2.h> // For Gdiplus.h.
#include <GdiPlus.h>
#include <wincodec.h>
namespace Gfx {

View File

@ -20,8 +20,6 @@
#define RM_GFX_UTIL_WICBITMAPLOCKDIB_H_
#include <Windows.h>
#include <ole2.h> // For Gdiplus.h.
#include <GdiPlus.h>
#include <wincodec.h>
#include "WICBitmapDIB.h"