Fix for linux bustage (different includes for some reason).

This commit is contained in:
warren%netscape.com 1999-08-27 11:03:12 +00:00
parent ed1d3aa12e
commit 136db06f40
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#include "nsILoadGroup.h"
#include "nsSocketTransport.h"
#include "nsSocketTransportService.h"
#include "nsIBufferOutputStream.h"
#include "nsAutoLock.h"
#include "nsIDNSService.h"
#include "nsString2.h"

View File

@ -28,6 +28,7 @@
#include "nsIBuffer.h"
#include "nsIInputStream.h"
#include "nsIBufferInputStream.h"
#include "nsIBufferOutputStream.h"
#include "nsIEventQueueService.h"
#include "nsIStreamListener.h"
#include "nsIPipe.h"