fix unix bustage once and for all

This commit is contained in:
alecf%netscape.com 1999-12-14 00:24:33 +00:00
parent d24ec6790d
commit ab78f88559
10 changed files with 16 additions and 18 deletions

View File

@ -22,7 +22,6 @@
#include "FixedTableLayoutStrategy.h"
#include "nsTableFrame.h"
#include "nsTableColFrame.h"
#include "nsTableCellFrame.h"
#include "nsIStyleContext.h"
#include "nsStyleConsts.h"

View File

@ -19,8 +19,9 @@
*
* Contributor(s):
*/
#include "nsTableCellFrame.h"
#include "nsTableFrame.h"
#include "nsTableColFrame.h"
#include "nsTableCellFrame.h"
#include "nsTableFrame.h"
#include "nsIReflowCommand.h"
#include "nsIStyleContext.h"

View File

@ -24,7 +24,6 @@
#include "nscore.h"
#include "nsContainerFrame.h"
#include "nsTableFrame.h"
class nsVoidArray;
class nsTableCellFrame;

View File

@ -24,10 +24,10 @@
#include "nscore.h"
#include "nsHTMLContainerFrame.h"
#include "nsTableColFrame.h"
class nsTableColFrame;
class nsTableFrame;
enum nsTableColType;
enum nsTableColGroupType {
eColGroupContent = 0, // there is real col group content associated

View File

@ -29,6 +29,8 @@
#include "nsStyleConsts.h"
#include "nsIStyleContext.h"
#include "nsITableLayout.h"
#include "nsTableColFrame.h"
#include "nsTableColGroupFrame.h"
class nsCellMap;
class nsTableCellFrame;
@ -43,8 +45,6 @@ class nsHTMLValue;
struct InnerTableReflowState;
struct nsStylePosition;
struct nsStyleSpacing;
enum nsTableColType;
enum nsTableColGroupType;
/**
* Child list name indices
@ -131,9 +131,9 @@ public:
// Return the closest sibling of aPriorChildFrame (including aPriroChildFrame)
// of type aChildType.
static nsIFrame* nsTableFrame::GetFrameAtOrBefore(nsIFrame* aParentFrame,
nsIFrame* aPriorChildFrame,
nsIAtom* aChildType);
static nsIFrame* GetFrameAtOrBefore(nsIFrame* aParentFrame,
nsIFrame* aPriorChildFrame,
nsIAtom* aChildType);
/**
* @param aReflowState the context within which we're to determine the table width info
* @param aSpecifiedTableWidth [OUT] if the table is not auto-width,

View File

@ -22,7 +22,6 @@
#include "FixedTableLayoutStrategy.h"
#include "nsTableFrame.h"
#include "nsTableColFrame.h"
#include "nsTableCellFrame.h"
#include "nsIStyleContext.h"
#include "nsStyleConsts.h"

View File

@ -19,8 +19,9 @@
*
* Contributor(s):
*/
#include "nsTableCellFrame.h"
#include "nsTableFrame.h"
#include "nsTableColFrame.h"
#include "nsTableCellFrame.h"
#include "nsTableFrame.h"
#include "nsIReflowCommand.h"
#include "nsIStyleContext.h"

View File

@ -24,7 +24,6 @@
#include "nscore.h"
#include "nsContainerFrame.h"
#include "nsTableFrame.h"
class nsVoidArray;
class nsTableCellFrame;

View File

@ -24,10 +24,10 @@
#include "nscore.h"
#include "nsHTMLContainerFrame.h"
#include "nsTableColFrame.h"
class nsTableColFrame;
class nsTableFrame;
enum nsTableColType;
enum nsTableColGroupType {
eColGroupContent = 0, // there is real col group content associated

View File

@ -29,6 +29,8 @@
#include "nsStyleConsts.h"
#include "nsIStyleContext.h"
#include "nsITableLayout.h"
#include "nsTableColFrame.h"
#include "nsTableColGroupFrame.h"
class nsCellMap;
class nsTableCellFrame;
@ -43,8 +45,6 @@ class nsHTMLValue;
struct InnerTableReflowState;
struct nsStylePosition;
struct nsStyleSpacing;
enum nsTableColType;
enum nsTableColGroupType;
/**
* Child list name indices
@ -131,9 +131,9 @@ public:
// Return the closest sibling of aPriorChildFrame (including aPriroChildFrame)
// of type aChildType.
static nsIFrame* nsTableFrame::GetFrameAtOrBefore(nsIFrame* aParentFrame,
nsIFrame* aPriorChildFrame,
nsIAtom* aChildType);
static nsIFrame* GetFrameAtOrBefore(nsIFrame* aParentFrame,
nsIFrame* aPriorChildFrame,
nsIAtom* aChildType);
/**
* @param aReflowState the context within which we're to determine the table width info
* @param aSpecifiedTableWidth [OUT] if the table is not auto-width,