Description: Use mingw-w64 d2d1_1.h instead of non-free moz-d2d1-1.h
Author: Stephen Kitt <skitt@debian.org>

--- a/gfx/2d/HelpersD2D.h
+++ b/gfx/2d/HelpersD2D.h
@@ -6,7 +6,7 @@
 #ifndef MOZILLA_GFX_HELPERSD2D_H_
 #define MOZILLA_GFX_HELPERSD2D_H_
 
-#include "moz-d2d1-1.h"
+#include <d2d1_1.h>
 
 #include <vector>
 
--- a/gfx/2d/PathD2D.h
+++ b/gfx/2d/PathD2D.h
@@ -7,7 +7,7 @@
 #define MOZILLA_GFX_PATHD2D_H_
 
 #include "2D.h"
-#include "moz-d2d1-1.h"
+#include <d2d1_1.h>
 
 namespace mozilla {
 namespace gfx {
--- a/gfx/cairo/cairo/src/cairo-d2d-surface.cpp
+++ b/gfx/cairo/cairo/src/cairo-d2d-surface.cpp
@@ -47,7 +47,7 @@
 #include <new>
 
 // HACK WARNING - Workaround for Windows 8 since we don't have the windows 8 SDK.
-#include "moz-d2d1-1.h"
+#include <d2d1_1.h>
 
 #define CAIRO_INT_STATUS_SUCCESS (cairo_int_status_t)CAIRO_STATUS_SUCCESS
 
