From 3bea0fda01b7df18249c6cf363418dbc3407756a Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 7 Jun 2012 18:00:58 +0300 Subject: [PATCH] Bug 757771 part 3 - Include nsRange.h from nsTypedSelection.h --- editor/libeditor/base/nsEditor.h | 1 - layout/generic/nsTypedSelection.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/libeditor/base/nsEditor.h b/editor/libeditor/base/nsEditor.h index 81b166d4467e..9601c21bb474 100644 --- a/editor/libeditor/base/nsEditor.h +++ b/editor/libeditor/base/nsEditor.h @@ -17,7 +17,6 @@ #include "nsIAtom.h" #include "nsIDOMDocument.h" #include "nsISelection.h" -#include "nsRange.h" #include "nsTypedSelection.h" #include "nsIDOMCharacterData.h" #include "nsIPrivateTextRange.h" diff --git a/layout/generic/nsTypedSelection.h b/layout/generic/nsTypedSelection.h index d808d26d9f28..14e7ed942adb 100644 --- a/layout/generic/nsTypedSelection.h +++ b/layout/generic/nsTypedSelection.h @@ -12,12 +12,12 @@ #include "nsISelection.h" #include "nsISelectionController.h" #include "nsISelectionPrivate.h" +#include "nsRange.h" struct CachedOffsetForFrame; class nsAutoScrollTimer; class nsIContentIterator; class nsIFrame; -class nsRange; struct SelectionDetails; struct RangeData