diff --git a/mozilla/netwerk/protocol/ftp/public/nsIFTPChannel.idl b/mozilla/netwerk/protocol/ftp/public/nsIFTPChannel.idl index 89596cbc111..8f514300c10 100644 --- a/mozilla/netwerk/protocol/ftp/public/nsIFTPChannel.idl +++ b/mozilla/netwerk/protocol/ftp/public/nsIFTPChannel.idl @@ -38,9 +38,3 @@ interface nsIFTPEventSink : nsISupports void OnFTPControlLog(in boolean server, in string msg); }; - -%{C++ -#include "ftpCore.h" -%} - - diff --git a/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.h b/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.h index 39babaa3417..b5919f3ea7f 100644 --- a/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.h +++ b/mozilla/netwerk/protocol/ftp/src/nsFtpConnectionThread.h @@ -22,7 +22,8 @@ #ifndef __nsFtpState__h_ #define __nsFtpState__h_ - + +#include "ftpCore.h" #include "nsIThread.h" #include "nsIRunnable.h" #include "nsISocketTransportService.h"