Bug 881724. Remove some unneeded includes from nsHTMLDocument.h. r=ehsan

--HG--
extra : rebase_source : 034382c3663f7c20a35e356a4087d57fcc25eaf7
This commit is contained in:
Jeff Muizelaar 2013-06-10 20:18:29 -04:00
parent 978a2c6eb2
commit 7bd6821f7e
2 changed files with 4 additions and 5 deletions

View File

@ -19,6 +19,8 @@
#include "nsNodeInfoManager.h"
#include "nsContentUtils.h"
#include "nsDocElementCreatedNotificationRunner.h"
#include "mozilla/Services.h"
#include "nsServiceManagerUtils.h"
namespace mozilla {
namespace dom {

View File

@ -19,11 +19,6 @@
#include "nsIHttpChannel.h"
#include "nsHTMLStyleSheet.h"
// Document.Write() related
#include "nsIWyciwygChannel.h"
#include "nsILoadGroup.h"
#include "nsNetUtil.h"
#include "nsICommandManager.h"
#include "mozilla/dom/HTMLSharedElement.h"
#include "nsDOMEvent.h"
@ -34,6 +29,8 @@ class nsIURI;
class nsIMarkupDocumentViewer;
class nsIDocShell;
class nsICachingChannel;
class nsIWyciwygChannel;
class nsILoadGroup;
class nsHTMLDocument : public nsDocument,
public nsIHTMLDocument,