bug 525677: shuffle some headers to appease gcc 4.2. IRC r=fred23,bsmedberg

This commit is contained in:
Chris Jones
2009-11-04 23:11:33 -06:00
parent 0841fe0b22
commit f12a1d97f1
6 changed files with 26 additions and 12 deletions

View File

@@ -45,11 +45,7 @@
*/
#ifdef MOZ_IPC
#include "ContentProcessParent.h"
#include "TabParent.h"
using namespace mozilla;
using namespace mozilla::dom;
# include "base/basictypes.h"
#endif
#include "prenv.h"
@@ -107,6 +103,14 @@ using namespace mozilla::dom;
#include <gtk/gtk.h>
#endif
#ifdef MOZ_IPC
#include "ContentProcessParent.h"
#include "TabParent.h"
using namespace mozilla;
using namespace mozilla::dom;
#endif
class nsAsyncDocShellDestroyer : public nsRunnable
{
public: