mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Fixing Mac Bustage. ftpcore.h was being included by the IDL file. It doesn't need to be.
This commit is contained in:
parent
3031f5413b
commit
dc49ce01a5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user