From 9c2ff0a7c5dcda2bece9b3c86085119b38dbbbb1 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Fri, 18 Dec 1998 05:50:19 +0000 Subject: [PATCH] Fixed a couple of compiler wanrings by including nsHTMLParts.h git-svn-id: svn://10.0.0.236/trunk@16652 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsHTMLReflowCommand.cpp | 1 + mozilla/layout/html/base/src/nsHTMLReflowCommand.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/layout/generic/nsHTMLReflowCommand.cpp b/mozilla/layout/generic/nsHTMLReflowCommand.cpp index ac3c0c2d590..427cf8991fd 100644 --- a/mozilla/layout/generic/nsHTMLReflowCommand.cpp +++ b/mozilla/layout/generic/nsHTMLReflowCommand.cpp @@ -16,6 +16,7 @@ * Reserved. */ #include "nsHTMLReflowCommand.h" +#include "nsHTMLParts.h" #include "nsIFrame.h" #include "nsIHTMLReflow.h" #include "nsIPresContext.h" diff --git a/mozilla/layout/html/base/src/nsHTMLReflowCommand.cpp b/mozilla/layout/html/base/src/nsHTMLReflowCommand.cpp index ac3c0c2d590..427cf8991fd 100644 --- a/mozilla/layout/html/base/src/nsHTMLReflowCommand.cpp +++ b/mozilla/layout/html/base/src/nsHTMLReflowCommand.cpp @@ -16,6 +16,7 @@ * Reserved. */ #include "nsHTMLReflowCommand.h" +#include "nsHTMLParts.h" #include "nsIFrame.h" #include "nsIHTMLReflow.h" #include "nsIPresContext.h"