aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyPromptService.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/EphyPromptService.cpp b/embed/mozilla/EphyPromptService.cpp
index 7e015bac7..3229a89da 100644
--- a/embed/mozilla/EphyPromptService.cpp
+++ b/embed/mozilla/EphyPromptService.cpp
@@ -42,7 +42,6 @@
#undef ENABLE_AUTHPROMPT2
#ifdef ENABLE_AUTHPROMPT2
#include <nsIStringBundle.h>
-#include "EphyPromptService.h"
#include "nsIChannel.h"
#include "nsIProxiedChannel.h"
#include "nsIProxyInfo.h"
@@ -53,6 +52,8 @@
#include "nsIAuthInformation.h"
#endif /* ENABLE_AUTHPROMPT2 */
+#include "EphyPromptService.h"
+
#define TIMEOUT 1000 /* ms */
#define TIMEOUT_DATA_KEY "timeout"