diff --git a/network/module/nsHttpUrl.cpp b/network/module/nsHttpUrl.cpp index 87c8a246a2a7..0e8bb237510e 100644 --- a/network/module/nsHttpUrl.cpp +++ b/network/module/nsHttpUrl.cpp @@ -25,7 +25,6 @@ #include "nsString.h" #include "nsINetService.h" /* XXX: NS_FALSE */ -#include "nsNetStream.h" #include "prmem.h" #include "plstr.h" diff --git a/network/module/nsHttpUrl.h b/network/module/nsHttpUrl.h index 733a3c5ce5a1..bc8238cc944c 100644 --- a/network/module/nsHttpUrl.h +++ b/network/module/nsHttpUrl.h @@ -19,6 +19,7 @@ #ifndef nsHttpUrl_h__ #define nsHttpUrl_h__ +#include "nsNetStream.h" #include "nsIURL.h" #include "nsINetlibURL.h" #include "nsIHttpURL.h"