From f38467e932c8e02c2f59e4eb25e85872ac33f714 Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Sat, 20 Mar 2010 21:00:55 +0900 Subject: [PATCH] Bug 553640 Cannot build with --disable-logging because #include "nsGtkIMModule.h" is in #ifdef MOZ_LOGGING block in nsWindow.h r=karlt --- widget/src/gtk2/nsWindow.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/widget/src/gtk2/nsWindow.h b/widget/src/gtk2/nsWindow.h index 1e36e0b1299..a14c698b040 100644 --- a/widget/src/gtk2/nsWindow.h +++ b/widget/src/gtk2/nsWindow.h @@ -69,9 +69,7 @@ #include "nsIAccessible.h" #endif -#ifdef USE_XIM -#include "pldhash.h" -#endif +#include "nsGtkIMModule.h" #ifdef MOZ_LOGGING @@ -81,8 +79,6 @@ #include "prlog.h" #include "nsTArray.h" -#include "nsGtkIMModule.h" - extern PRLogModuleInfo *gWidgetLog; extern PRLogModuleInfo *gWidgetFocusLog; extern PRLogModuleInfo *gWidgetDragLog;