diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-29 19:53:36 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-29 19:53:36 +0000 |
commit | a78a87502d9973893d2d19daa17e75bc1a1043ca (patch) | |
tree | 5aeef697bcf0741e1cd20095b07824ade5ca45a4 /layout/printing/ipc | |
parent | 192d2e07c3e5842ca6f005275097449727677fde (diff) | |
download | UXP-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/ipc')
-rw-r--r-- | layout/printing/ipc/RemotePrintJobParent.cpp | 1 | ||||
-rw-r--r-- | layout/printing/ipc/RemotePrintJobParent.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/layout/printing/ipc/RemotePrintJobParent.cpp b/layout/printing/ipc/RemotePrintJobParent.cpp index 2f4dbd56e..d49927da3 100644 --- a/layout/printing/ipc/RemotePrintJobParent.cpp +++ b/layout/printing/ipc/RemotePrintJobParent.cpp @@ -18,7 +18,6 @@ #include "nsIDeviceContextSpec.h" #include "nsIPrintSettings.h" #include "nsIWebProgressListener.h" -#include "PrintTranslator.h" namespace mozilla { namespace layout { diff --git a/layout/printing/ipc/RemotePrintJobParent.h b/layout/printing/ipc/RemotePrintJobParent.h index a96cc7eaa..752ef601e 100644 --- a/layout/printing/ipc/RemotePrintJobParent.h +++ b/layout/printing/ipc/RemotePrintJobParent.h @@ -13,11 +13,11 @@ #include "nsCOMPtr.h" #include "mozilla/RefPtr.h" #include "mozilla/UniquePtr.h" +#include "mozilla/layout/PrintTranslator.h" class nsDeviceContext; class nsIPrintSettings; class nsIWebProgressListener; -class PrintTranslator; namespace mozilla { namespace layout { |