Moved nsNetStream.h include to nsHttpUrl.h from the .cpp file to fix build busta

ge on gcc 2.7.2.3 due to incomplete type errors.
This commit is contained in:
bruce%cybersight.com 1999-04-27 01:55:44 +00:00
parent 6fb51639ac
commit fdfde27d68
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include "nsString.h"
#include "nsINetService.h" /* XXX: NS_FALSE */
#include "nsNetStream.h"
#include "prmem.h"
#include "plstr.h"

View File

@ -19,6 +19,7 @@
#ifndef nsHttpUrl_h__
#define nsHttpUrl_h__
#include "nsNetStream.h"
#include "nsIURL.h"
#include "nsINetlibURL.h"
#include "nsIHttpURL.h"