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:
@@ -38,9 +38,3 @@ interface nsIFTPEventSink : nsISupports
|
||||
void OnFTPControlLog(in boolean server, in string msg);
|
||||
};
|
||||
|
||||
|
||||
%{C++
|
||||
#include "ftpCore.h"
|
||||
%}
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
|
||||
#ifndef __nsFtpState__h_
|
||||
#define __nsFtpState__h_
|
||||
|
||||
|
||||
#include "ftpCore.h"
|
||||
#include "nsIThread.h"
|
||||
#include "nsIRunnable.h"
|
||||
#include "nsISocketTransportService.h"
|
||||
|
||||
Reference in New Issue
Block a user