Fixing Mac Bustage. ftpcore.h was being included by the IDL file. It doesn't need to be.

git-svn-id: svn://10.0.0.236/trunk@92312 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-04-14 21:31:25 +00:00
parent 063cdbbbd4
commit d1c5238b22
2 changed files with 2 additions and 7 deletions

View File

@@ -38,9 +38,3 @@ interface nsIFTPEventSink : nsISupports
void OnFTPControlLog(in boolean server, in string msg);
};
%{C++
#include "ftpCore.h"
%}

View File

@@ -22,7 +22,8 @@
#ifndef __nsFtpState__h_
#define __nsFtpState__h_
#include "ftpCore.h"
#include "nsIThread.h"
#include "nsIRunnable.h"
#include "nsISocketTransportService.h"