Reorder includes so that Windows links correctly (mismatched typedefs of uint16)
This commit is contained in:
@@ -44,6 +44,14 @@
|
||||
* handling of loads in it, recursion-checking).
|
||||
*/
|
||||
|
||||
#ifdef MOZ_IPC
|
||||
#include "ContentProcessParent.h"
|
||||
#include "TabParent.h"
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
#endif
|
||||
|
||||
#include "prenv.h"
|
||||
|
||||
#include "nsIDOMHTMLIFrameElement.h"
|
||||
@@ -92,14 +100,6 @@
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsIView.h"
|
||||
|
||||
#ifdef MOZ_IPC
|
||||
#include "ContentProcessParent.h"
|
||||
#include "TabParent.h"
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
#include "mozcontainer.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user