diff --git a/mozilla/widget/src/gtk/nsGtkEventHandler.cpp b/mozilla/widget/src/gtk/nsGtkEventHandler.cpp index 0e58821da18..adcd3846a0a 100644 --- a/mozilla/widget/src/gtk/nsGtkEventHandler.cpp +++ b/mozilla/widget/src/gtk/nsGtkEventHandler.cpp @@ -20,9 +20,6 @@ * Contributor(s): */ -#include "gtk/gtk.h" -#include "nsGtkEventHandler.h" - #include "nsWidget.h" #include "nsWindow.h" @@ -43,6 +40,9 @@ static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CI #include "stdio.h" #include "ctype.h" +#include "gtk/gtk.h" +#include "nsGtkEventHandler.h" + #include #include #include diff --git a/mozilla/widget/src/gtk/nsWindow.cpp b/mozilla/widget/src/gtk/nsWindow.cpp index 877e95191d3..eb6fcc5b1f6 100644 --- a/mozilla/widget/src/gtk/nsWindow.cpp +++ b/mozilla/widget/src/gtk/nsWindow.cpp @@ -20,6 +20,8 @@ * Contributor(s): */ +#include + #include #include @@ -45,8 +47,6 @@ #include "nsGtkUtils.h" // for nsGtkUtils::gdk_window_flash() -#include "stdio.h" - // this is the nsWindow with the focus nsWindow *nsWindow::focusWindow = NULL;