зеркало из https://github.com/mozilla/gecko-dev.git
Replaced an include by a forward declaration to speed the build
This commit is contained in:
Родитель
f3002a5b6b
Коммит
8d5d0da8e8
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include "nsISupports.idl"
|
||||
#include "domstubs.idl"
|
||||
#include "nsIFileSpec.idl"
|
||||
|
||||
|
||||
%{C++
|
||||
|
||||
|
@ -27,9 +25,9 @@ class nsIDOMWindow;
|
|||
class nsIDOMDocument;
|
||||
class nsIDOMSelection;
|
||||
class nsIDOMElement;
|
||||
class nsIFileSpec;
|
||||
%}
|
||||
|
||||
interface nsIFileSpec;
|
||||
|
||||
[scriptable, uuid(9afff72b-ca9a-11d2-96c9-0060b0fb9956)]
|
||||
interface nsIEditorShell : nsISupports
|
||||
|
|
Загрузка…
Ссылка в новой задаче