summaryrefslogtreecommitdiffstats
path: root/layout/printing/nsPrintObject.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-29 19:53:36 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-29 19:53:36 +0000
commita78a87502d9973893d2d19daa17e75bc1a1043ca (patch)
tree5aeef697bcf0741e1cd20095b07824ade5ca45a4 /layout/printing/nsPrintObject.cpp
parent192d2e07c3e5842ca6f005275097449727677fde (diff)
downloadUXP-a78a87502d9973893d2d19daa17e75bc1a1043ca.tar
UXP-a78a87502d9973893d2d19daa17e75bc1a1043ca.tar.gz
UXP-a78a87502d9973893d2d19daa17e75bc1a1043ca.tar.lz
UXP-a78a87502d9973893d2d19daa17e75bc1a1043ca.tar.xz
UXP-a78a87502d9973893d2d19daa17e75bc1a1043ca.zip
Issue #80 - De-unify layout/printing
Diffstat (limited to 'layout/printing/nsPrintObject.cpp')
-rw-r--r--layout/printing/nsPrintObject.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/printing/nsPrintObject.cpp b/layout/printing/nsPrintObject.cpp
index 9165374c2..fe9622a1c 100644
--- a/layout/printing/nsPrintObject.cpp
+++ b/layout/printing/nsPrintObject.cpp
@@ -6,6 +6,7 @@
#include "nsPrintObject.h"
#include "nsIContentViewer.h"
#include "nsIDOMDocument.h"
+#include "nsIDOMElement.h"
#include "nsContentUtils.h" // for nsAutoScriptBlocker
#include "nsIInterfaceRequestorUtils.h"
#include "nsPIDOMWindow.h"
@@ -14,6 +15,9 @@
#include "nsIDocShellTreeItem.h"
#include "nsIBaseWindow.h"
#include "nsIDocument.h"
+#include "nsIWidget.h"
+#include "mozilla/Unused.h"
+#include "mozilla/dom/Element.h"
//---------------------------------------------------
//-- nsPrintObject Class Impl