epiphany r8115 - trunk/embed/mozilla



Author: chpe
Date: Sun Mar 16 21:05:22 2008
New Revision: 8115
URL: http://svn.gnome.org/viewvc/epiphany?rev=8115&view=rev

Log:
Fix the build

Modified:
   trunk/embed/mozilla/EphyPromptService.cpp

Modified: trunk/embed/mozilla/EphyPromptService.cpp
==============================================================================
--- trunk/embed/mozilla/EphyPromptService.cpp	(original)
+++ trunk/embed/mozilla/EphyPromptService.cpp	Sun Mar 16 21:05:22 2008
@@ -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"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]