From 37988be7cfda529f4348efbeec80ccbc94b0dec8 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Mon, 10 Nov 2003 00:01:17 +0000 Subject: [PATCH] #include <..> -> #include ".." git-svn-id: svn://10.0.0.236/trunk@149088 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/test/TestOpen.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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