| Index: Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
|
| diff --git a/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp b/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
|
| index 9514a49dfc68ecf65a540d4886b15ebed51134b4..090cbe3d1f41336a1affaaf833fc62dd5eb9f41c 100644
|
| --- a/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
|
| +++ b/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #if USE(CG)
|
| #include "GraphicsContextPlatformPrivateCG.h"
|
| -#elif USE(CAIRO)
|
| -#include "GraphicsContextPlatformPrivateCairo.h"
|
| #endif
|
|
|
| #include "AffineTransform.h"
|
|
|