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

This commit is contained in:
dougt%netscape.com 2001-04-14 21:31:25 +00:00
parent 3031f5413b
commit dc49ce01a5
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"