Bug 1406539 - Port
bug 1405875 to mailnews: Remove unused include of nsIContentViewerFile.h. rs=bustage-fix
--- a/mailnews/base/src/nsMsgPrintEngine.cpp
+++ b/mailnews/base/src/nsMsgPrintEngine.cpp
@@ -32,17 +32,16 @@
// Interfaces Needed
#include "nsIBaseWindow.h"
#include "nsIDocShellTreeOwner.h"
#include "nsIDocShellTreeItem.h"
#include "nsIWebNavigation.h"
#include "nsContentUtils.h"
#include "nsIChannel.h"
-#include "nsIContentViewerFile.h"
#include "nsServiceManagerUtils.h"
static const char* kPrintingPromptService = "@mozilla.org/embedcomp/printingprompt-service;1";
/////////////////////////////////////////////////////////////////////////
// nsMsgPrintEngine implementation
/////////////////////////////////////////////////////////////////////////