mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
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:
parent
7d472297f7
commit
6ef46d5c60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user