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, }, };