From 426f83aeccd1083fc3deb4296aef4ca470d8da63 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Thu, 23 Feb 2006 10:30:59 +0000 Subject: [PATCH] Bug 298277 remove useless references to nsVoidArray r=dbaron sr=dbaron --- content/events/public/nsIEventListenerManager.h | 1 - content/events/public/nsIEventStateManager.h | 1 - layout/forms/nsComboboxControlFrame.h | 1 - layout/forms/nsListControlFrame.cpp | 1 - layout/generic/nsAreaFrame.h | 1 - layout/generic/nsBlockBandData.cpp | 1 - layout/generic/nsContainerFrame.cpp | 1 - layout/generic/nsFrameList.cpp | 1 - layout/generic/nsHTMLReflowCommand.h | 1 - layout/generic/nsImageMap.cpp | 1 - layout/generic/nsLineBox.h | 1 - layout/html/tests/TestInlineFrame.cpp | 1 - layout/style/nsCSSDeclaration.cpp | 1 - layout/style/nsCSSDeclaration.h | 1 - layout/style/nsCSSStruct.cpp | 1 - layout/tables/BasicTableLayoutStrategy.cpp | 1 - layout/tables/FixedTableLayoutStrategy.cpp | 1 - layout/tables/nsTableCellFrame.cpp | 1 - layout/tables/nsTableFrame.cpp | 1 - layout/tables/nsTableOuterFrame.cpp | 1 - view/src/nsView.cpp | 1 - 21 files changed, 21 deletions(-) diff --git a/content/events/public/nsIEventListenerManager.h b/content/events/public/nsIEventListenerManager.h index 78b239163f52..8c9702875f95 100644 --- a/content/events/public/nsIEventListenerManager.h +++ b/content/events/public/nsIEventListenerManager.h @@ -40,7 +40,6 @@ #include "nsEvent.h" #include "nsISupports.h" -#include "nsVoidArray.h" class nsPresContext; class nsIDOMEventListener; diff --git a/content/events/public/nsIEventStateManager.h b/content/events/public/nsIEventStateManager.h index d90d0acfb4a1..eef778c609bc 100644 --- a/content/events/public/nsIEventStateManager.h +++ b/content/events/public/nsIEventStateManager.h @@ -40,7 +40,6 @@ #include "nsEvent.h" #include "nsISupports.h" -#include "nsVoidArray.h" class nsIContent; class nsPresContext; diff --git a/layout/forms/nsComboboxControlFrame.h b/layout/forms/nsComboboxControlFrame.h index 051f1667dbd8..7b88c39ed12c 100644 --- a/layout/forms/nsComboboxControlFrame.h +++ b/layout/forms/nsComboboxControlFrame.h @@ -55,7 +55,6 @@ #include "nsAreaFrame.h" #include "nsIFormControlFrame.h" #include "nsIComboboxControlFrame.h" -#include "nsVoidArray.h" #include "nsIAnonymousContentCreator.h" #include "nsISelectControlFrame.h" #include "nsIRollupListener.h" diff --git a/layout/forms/nsListControlFrame.cpp b/layout/forms/nsListControlFrame.cpp index 8bd41db963d9..895eb1cd1f6c 100644 --- a/layout/forms/nsListControlFrame.cpp +++ b/layout/forms/nsListControlFrame.cpp @@ -74,7 +74,6 @@ #include "nsILookAndFeel.h" #include "nsLayoutAtoms.h" #include "nsIFontMetrics.h" -#include "nsVoidArray.h" #include "nsIScrollableFrame.h" #include "nsIDOMEventTarget.h" #include "nsIDOMNSEvent.h" diff --git a/layout/generic/nsAreaFrame.h b/layout/generic/nsAreaFrame.h index c10894dbef81..1ee8cfc53a85 100644 --- a/layout/generic/nsAreaFrame.h +++ b/layout/generic/nsAreaFrame.h @@ -38,7 +38,6 @@ #define nsAreaFrame_h___ #include "nsBlockFrame.h" -#include "nsVoidArray.h" #include "nsAbsoluteContainingBlock.h" struct nsStyleDisplay; diff --git a/layout/generic/nsBlockBandData.cpp b/layout/generic/nsBlockBandData.cpp index 39f2f87b35b8..5bde4b873bd8 100644 --- a/layout/generic/nsBlockBandData.cpp +++ b/layout/generic/nsBlockBandData.cpp @@ -41,7 +41,6 @@ #include "nsPresContext.h" #include "nsIPresShell.h" #include "nsLayoutAtoms.h" -#include "nsVoidArray.h" nsBlockBandData::nsBlockBandData() : mSpaceManager(nsnull), diff --git a/layout/generic/nsContainerFrame.cpp b/layout/generic/nsContainerFrame.cpp index 2487b71a698b..f695a9509605 100644 --- a/layout/generic/nsContainerFrame.cpp +++ b/layout/generic/nsContainerFrame.cpp @@ -47,7 +47,6 @@ #include "nsStyleConsts.h" #include "nsIView.h" #include "nsIScrollableView.h" -#include "nsVoidArray.h" #include "nsHTMLContainerFrame.h" #include "nsFrameManager.h" #include "nsIPresShell.h" diff --git a/layout/generic/nsFrameList.cpp b/layout/generic/nsFrameList.cpp index 257cbb908479..4beb4d67c2a4 100644 --- a/layout/generic/nsFrameList.cpp +++ b/layout/generic/nsFrameList.cpp @@ -39,7 +39,6 @@ #ifdef NS_DEBUG #include "nsIFrameDebug.h" #endif -#include "nsVoidArray.h" #include "nsLayoutUtils.h" #ifdef IBMBIDI diff --git a/layout/generic/nsHTMLReflowCommand.h b/layout/generic/nsHTMLReflowCommand.h index 06a1157c026f..9d9a729c686a 100644 --- a/layout/generic/nsHTMLReflowCommand.h +++ b/layout/generic/nsHTMLReflowCommand.h @@ -37,7 +37,6 @@ #ifndef nsHTMLReflowCommand_h___ #define nsHTMLReflowCommand_h___ #include "nsReflowType.h" -#include "nsVoidArray.h" #include #include "nsIAtom.h" diff --git a/layout/generic/nsImageMap.cpp b/layout/generic/nsImageMap.cpp index 982e9bf912f5..ace5a108816e 100644 --- a/layout/generic/nsImageMap.cpp +++ b/layout/generic/nsImageMap.cpp @@ -38,7 +38,6 @@ #include "nsImageMap.h" #include "nsString.h" #include "nsReadableUtils.h" -#include "nsVoidArray.h" #include "nsIRenderingContext.h" #include "nsPresContext.h" #include "nsIURL.h" diff --git a/layout/generic/nsLineBox.h b/layout/generic/nsLineBox.h index fbf56f0e8836..64a5acc3e95d 100644 --- a/layout/generic/nsLineBox.h +++ b/layout/generic/nsLineBox.h @@ -39,7 +39,6 @@ #ifndef nsLineBox_h___ #define nsLineBox_h___ -#include "nsVoidArray.h" #include "nsPlaceholderFrame.h" #include "nsILineIterator.h" diff --git a/layout/html/tests/TestInlineFrame.cpp b/layout/html/tests/TestInlineFrame.cpp index fe351e29b069..92fdc786d923 100644 --- a/layout/html/tests/TestInlineFrame.cpp +++ b/layout/html/tests/TestInlineFrame.cpp @@ -39,7 +39,6 @@ #include "nsCRT.h" #include "nsHTMLParts.h" #include "nsIDocument.h" -#include "nsVoidArray.h" #include "nsDocument.h" #include "nsHTMLTagContent.h" #include "nsCoord.h" diff --git a/layout/style/nsCSSDeclaration.cpp b/layout/style/nsCSSDeclaration.cpp index 54f12bfb72ce..ab39d4f48529 100644 --- a/layout/style/nsCSSDeclaration.cpp +++ b/layout/style/nsCSSDeclaration.cpp @@ -45,7 +45,6 @@ #include "nsCRT.h" #include "nsCSSProps.h" #include "nsUnitConversion.h" -#include "nsVoidArray.h" #include "nsFont.h" #include "nsReadableUtils.h" diff --git a/layout/style/nsCSSDeclaration.h b/layout/style/nsCSSDeclaration.h index 82616115a6fb..00605501c8ca 100644 --- a/layout/style/nsCSSDeclaration.h +++ b/layout/style/nsCSSDeclaration.h @@ -45,7 +45,6 @@ #include "nsCoord.h" #include "nsCSSValue.h" #include "nsCSSProps.h" -#include "nsVoidArray.h" #include "nsValueArray.h" #include "nsCSSDataBlock.h" #include "nsCSSStruct.h" diff --git a/layout/style/nsCSSStruct.cpp b/layout/style/nsCSSStruct.cpp index f93f8e93f0a1..c2539547ae7f 100644 --- a/layout/style/nsCSSStruct.cpp +++ b/layout/style/nsCSSStruct.cpp @@ -44,7 +44,6 @@ #include "nsCRT.h" #include "nsCSSProps.h" #include "nsUnitConversion.h" -#include "nsVoidArray.h" #include "nsFont.h" #include "nsStyleConsts.h" diff --git a/layout/tables/BasicTableLayoutStrategy.cpp b/layout/tables/BasicTableLayoutStrategy.cpp index 579e08575c47..facac6fb48aa 100644 --- a/layout/tables/BasicTableLayoutStrategy.cpp +++ b/layout/tables/BasicTableLayoutStrategy.cpp @@ -44,7 +44,6 @@ #include "nsTableColFrame.h" #include "nsTableCellFrame.h" #include "nsStyleConsts.h" -#include "nsVoidArray.h" #include "nsQuickSort.h" diff --git a/layout/tables/FixedTableLayoutStrategy.cpp b/layout/tables/FixedTableLayoutStrategy.cpp index 5dae8cbbcb9a..da6b75431106 100644 --- a/layout/tables/FixedTableLayoutStrategy.cpp +++ b/layout/tables/FixedTableLayoutStrategy.cpp @@ -39,7 +39,6 @@ #include "nsTableFrame.h" #include "nsTableCellFrame.h" #include "nsStyleConsts.h" -#include "nsVoidArray.h" FixedTableLayoutStrategy::FixedTableLayoutStrategy(nsTableFrame *aFrame) : BasicTableLayoutStrategy(aFrame) diff --git a/layout/tables/nsTableCellFrame.cpp b/layout/tables/nsTableCellFrame.cpp index e01f2beb267a..6928661fbd2b 100644 --- a/layout/tables/nsTableCellFrame.cpp +++ b/layout/tables/nsTableCellFrame.cpp @@ -51,7 +51,6 @@ #include "nsGenericHTMLElement.h" #include "nsHTMLParts.h" #include "nsHTMLAtoms.h" -#include "nsVoidArray.h" #include "nsIView.h" #include "nsLayoutAtoms.h" #include "nsIPresShell.h" diff --git a/layout/tables/nsTableFrame.cpp b/layout/tables/nsTableFrame.cpp index b8906e0e00da..8d3ab05d859f 100644 --- a/layout/tables/nsTableFrame.cpp +++ b/layout/tables/nsTableFrame.cpp @@ -59,7 +59,6 @@ #include "nsPresContext.h" #include "nsCSSRendering.h" #include "nsStyleConsts.h" -#include "nsVoidArray.h" #include "nsIView.h" #include "nsHTMLAtoms.h" #include "nsCSSAnonBoxes.h" diff --git a/layout/tables/nsTableOuterFrame.cpp b/layout/tables/nsTableOuterFrame.cpp index d6885605d9e2..187a3d63114f 100644 --- a/layout/tables/nsTableOuterFrame.cpp +++ b/layout/tables/nsTableOuterFrame.cpp @@ -44,7 +44,6 @@ #include "nsIRenderingContext.h" #include "nsCSSRendering.h" #include "nsIContent.h" -#include "nsVoidArray.h" #include "prinrval.h" #include "nsLayoutAtoms.h" #include "nsHTMLParts.h" diff --git a/view/src/nsView.cpp b/view/src/nsView.cpp index 3f70df49587d..30f6ca412688 100644 --- a/view/src/nsView.cpp +++ b/view/src/nsView.cpp @@ -45,7 +45,6 @@ #include "nsIRenderingContext.h" #include "nsTransform2D.h" #include "nsIScrollableView.h" -#include "nsVoidArray.h" #include "nsGfxCIID.h" #include "nsIRegion.h" #include "nsIInterfaceRequestor.h"