include nsILoadGroup.h before it is referenced by nsCOMPtr

This commit is contained in:
jdunn%netscape.com 1999-07-16 22:20:24 +00:00
Родитель 471abae47d
Коммит 3a1390d2ca
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -26,11 +26,11 @@
#include "nscore.h"
#include "netCore.h"
#include "nsIStreamListener.h"
#include "nsILoadGroup.h"
#include "nsSocketTransport.h"
#include "nsSocketTransportService.h"
#include "nsIBufferOutputStream.h"
#include "nsAutoLock.h"
#include "nsILoadGroup.h"
static NS_DEFINE_CID(kEventQueueService, NS_EVENTQUEUESERVICE_CID);

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

@ -16,7 +16,7 @@
* Reserved.
*/
#include "nsILoadGroup.h"
#include "nsSocketTransportService.h"
#include "nsSocketTransport.h"
#include "nsAutoLock.h"