mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 602787 part.6 Use EventForwards.h in gtk/nsWindow.h r=karlt
This commit is contained in:
parent
87c9b16adf
commit
1a71818392
@ -22,6 +22,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include "nsCRT.h"
|
||||
#include "mozilla/BasicEvents.h"
|
||||
#include "mozilla/Services.h"
|
||||
|
||||
#include "gfxASurface.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#ifdef ACCESSIBILITY
|
||||
#include "mozilla/a11y/Accessible.h"
|
||||
#endif
|
||||
#include "mozilla/MouseEvents.h"
|
||||
#include "mozilla/EventForwards.h"
|
||||
|
||||
#include "nsGtkIMModule.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user