From 0e9350d154444e6581d9cae6c663b8c67bfc31aa Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 16 Mar 2008 21:05:22 +0000 Subject: Fix the build svn path=/trunk/; revision=8115 --- embed/mozilla/EphyPromptService.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed') 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 -#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" -- cgit v1.2.3