From 8ee2c8d259b620f8b49f09726b2a090cbb96dd4e Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Thu, 30 Sep 1999 06:09:21 +0000 Subject: [PATCH] Fix for bug 15245. Patch by tor. r=me git-svn-id: svn://10.0.0.236/trunk@49408 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/gtk/nsGtkUtils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/widget/src/gtk/nsGtkUtils.cpp b/mozilla/widget/src/gtk/nsGtkUtils.cpp index 32dcb4dece2..311c10ad2a3 100644 --- a/mozilla/widget/src/gtk/nsGtkUtils.cpp +++ b/mozilla/widget/src/gtk/nsGtkUtils.cpp @@ -16,14 +16,14 @@ * Reserved. */ +#include +#include + #include "nsGtkUtils.h" #include #include -#include -#include - #if defined(__osf__) && !defined(_XOPEN_SOURCE_EXTENDED) /* ** DEC's compiler requires _XOPEN_SOURCE_EXTENDED to be defined in