mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Remove unnecessary includes
This commit is contained in:
parent
ffd359158e
commit
a78de13d7b
@ -19,8 +19,6 @@
|
|||||||
#include "FontCollectionD2D.h"
|
#include "FontCollectionD2D.h"
|
||||||
#include "CanvasD2D.h"
|
#include "CanvasD2D.h"
|
||||||
#include "Util/DWriteFontCollectionLoader.h"
|
#include "Util/DWriteFontCollectionLoader.h"
|
||||||
#include <ole2.h> // For Gdiplus.h.
|
|
||||||
#include <GdiPlus.h>
|
|
||||||
|
|
||||||
namespace Gfx {
|
namespace Gfx {
|
||||||
|
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
#define RM_GFX_UTIL_WICBITMAPDIB_H_
|
#define RM_GFX_UTIL_WICBITMAPDIB_H_
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <ole2.h> // For Gdiplus.h.
|
|
||||||
#include <GdiPlus.h>
|
|
||||||
#include <wincodec.h>
|
#include <wincodec.h>
|
||||||
|
|
||||||
namespace Gfx {
|
namespace Gfx {
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
#define RM_GFX_UTIL_WICBITMAPLOCKDIB_H_
|
#define RM_GFX_UTIL_WICBITMAPLOCKDIB_H_
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <ole2.h> // For Gdiplus.h.
|
|
||||||
#include <GdiPlus.h>
|
|
||||||
#include <wincodec.h>
|
#include <wincodec.h>
|
||||||
#include "WICBitmapDIB.h"
|
#include "WICBitmapDIB.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user