Reorder includes so that Windows links correctly (mismatched typedefs of uint16)

This commit is contained in:
Benjamin Smedberg
2009-10-30 08:58:07 -04:00
parent fcdf26ec5e
commit 5a3e19668f

View File

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