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
Родитель 6fb51639ac
Коммит fdfde27d68
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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