aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GlobalHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/GlobalHistory.h')
-rw-r--r--embed/mozilla/GlobalHistory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/mozilla/GlobalHistory.h b/embed/mozilla/GlobalHistory.h
index edb01db5e..704d42202 100644
--- a/embed/mozilla/GlobalHistory.h
+++ b/embed/mozilla/GlobalHistory.h
@@ -22,16 +22,16 @@
#ifndef EPHY_GLOBAL_HISTORY_H
#define EPHY_GLOBAL_HISTORY_H
-#include "ephy-history.h"
-
#ifdef HAVE_NSIGLOBALHISTORY3_H
#include <nsIGlobalHistory3.h>
#else
#include <nsIGlobalHistory2.h>
#endif /* HAVE_NSIGLOBALHISTORY3_H */
-#include <nsCOMPtr.h>
#include <nsAutoPtr.h>
+#include <nsCOMPtr.h>
+
+#include "ephy-history.h"
#include "EphyHistoryListener.h"