From 5ffe7b6c2b1b1f1e41c6322f25facb628f4d52b3 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Tue, 15 Oct 2002 23:40:38 +0000 Subject: [PATCH] Fix misplaced #include. b=174527, r=caillon, sr=bzbarsky, a=shaver --- layout/base/nsPresContext.cpp | 3 ++- layout/base/src/nsPresContext.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layout/base/nsPresContext.cpp b/layout/base/nsPresContext.cpp index ecda9c7af3a2..0f255c4f8cc1 100644 --- a/layout/base/nsPresContext.cpp +++ b/layout/base/nsPresContext.cpp @@ -33,7 +33,8 @@ * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * - * ***** END LICENSE BLOCK ***** */#include "nsCOMPtr.h" + * ***** END LICENSE BLOCK ***** */ +#include "nsCOMPtr.h" #include "nsPresContext.h" #include "nsIPresShell.h" #include "nsIPref.h" diff --git a/layout/base/src/nsPresContext.cpp b/layout/base/src/nsPresContext.cpp index ecda9c7af3a2..0f255c4f8cc1 100644 --- a/layout/base/src/nsPresContext.cpp +++ b/layout/base/src/nsPresContext.cpp @@ -33,7 +33,8 @@ * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * - * ***** END LICENSE BLOCK ***** */#include "nsCOMPtr.h" + * ***** END LICENSE BLOCK ***** */ +#include "nsCOMPtr.h" #include "nsPresContext.h" #include "nsIPresShell.h" #include "nsIPref.h"