diff --git a/mozilla/netwerk/test/TestOpen.cpp b/mozilla/netwerk/test/TestOpen.cpp index a875b3fae4f..67bee69e0ae 100644 --- a/mozilla/netwerk/test/TestOpen.cpp +++ b/mozilla/netwerk/test/TestOpen.cpp @@ -36,13 +36,13 @@ * * ***** END LICENSE BLOCK ***** */ -#include -#include -#include -#include -#include -#include -#include +#include "nsCOMPtr.h" +#include "nsString.h" +#include "nsIURI.h" +#include "nsIChannel.h" +#include "nsIHttpChannel.h" +#include "nsIInputStream.h" +#include "nsNetUtil.h" #include