From 363e92b4fbb1b84e70ad724a9c8e00a73cf306db Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Fri, 28 Jan 2000 03:08:02 +0000 Subject: [PATCH] Shuffle #includes to get proper definition of NULL for picky C++ compilers. r=pepper git-svn-id: svn://10.0.0.236/trunk@59007 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/gtk/nsGCCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/gtk/nsGCCache.cpp b/mozilla/gfx/src/gtk/nsGCCache.cpp index 65f5d854e82..13c33c86e1d 100644 --- a/mozilla/gfx/src/gtk/nsGCCache.cpp +++ b/mozilla/gfx/src/gtk/nsGCCache.cpp @@ -21,8 +21,8 @@ * Stuart Parmenter */ -#include "nsGCCache.h" #include +#include "nsGCCache.h" /* The GC cache is shared among all windows, since it doesn't hog any scarce resources (like colormap entries.) */ static struct GCData gc_cache [30] = { { 0, }, };