Bug 553640 Cannot build with --disable-logging because #include "nsGtkIMModule.h" is in #ifdef MOZ_LOGGING block in nsWindow.h r=karlt

This commit is contained in:
Masayuki Nakano 2010-03-20 21:00:55 +09:00
parent 32c40c23fb
commit f38467e932

View File

@ -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;