Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
git-svn-id: svn://10.0.0.236/trunk@192401 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
|
||||
#include "nsIScriptablePluginSample.h"
|
||||
#include "nsIClassInfo.h"
|
||||
#include "nsIProgrammingLanguage.h"
|
||||
|
||||
class nsPluginInstance;
|
||||
|
||||
@@ -104,4 +105,4 @@ protected:
|
||||
nsPluginInstance* mPlugin;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
#include "nsIScriptablePluginSample.h"
|
||||
#include "nsIClassInfo.h"
|
||||
#include "nsIProgrammingLanguage.h"
|
||||
|
||||
class nsPluginInstance;
|
||||
|
||||
@@ -105,4 +106,3 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
#include "nsIScriptablePluginSample.h"
|
||||
#include "nsIClassInfo.h"
|
||||
#include "nsIProgrammingLanguage.h"
|
||||
|
||||
class nsPluginInstance;
|
||||
|
||||
@@ -104,4 +105,4 @@ protected:
|
||||
nsPluginInstance* mPlugin;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
#include "nsISimplePlugin.h"
|
||||
#include "nsIClassInfo.h"
|
||||
#include "nsIProgrammingLanguage.h"
|
||||
|
||||
class nsPluginInstance;
|
||||
|
||||
@@ -105,4 +106,3 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user