From 48f2e221fdb4bcd46a4049d303d6e9b89bf87851 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Mon, 14 Jan 2002 21:01:52 +0000 Subject: [PATCH] remove unneeded #include (bug 115115) --- editor/composer/src/nsComposerCommands.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/editor/composer/src/nsComposerCommands.cpp b/editor/composer/src/nsComposerCommands.cpp index bdf897ceff78..e6a3a2de5815 100644 --- a/editor/composer/src/nsComposerCommands.cpp +++ b/editor/composer/src/nsComposerCommands.cpp @@ -44,15 +44,12 @@ #include "nsIEditorShell.h" -#include "nsISelection.h" -#include "nsIDOMNode.h" #include "nsIDOMElement.h" #include "nsIDOMWindowInternal.h" #include "nsIDOMDocument.h" #include "nsIClipboard.h" -#include "nsXPIDLString.h" #include "nsCOMPtr.h" #include "nsComposerCommands.h"