diff options
author | Grant Gayed <grant_gayed@ca.ibm.com> | 2013-04-29 12:57:21 -0400 |
---|---|---|
committer | Grant Gayed <grant_gayed@ca.ibm.com> | 2013-04-29 12:57:21 -0400 |
commit | 3ce1d7d0798606e6485eeae6f5032983da40d6f3 (patch) | |
tree | 945de66e8ff20c837af0a1e2331473c02842e075 | |
parent | 137f67c3b2761ff00020670cbf006faeb68def93 (diff) | |
download | eclipse.platform.swt-3ce1d7d0798606e6485eeae6f5032983da40d6f3.tar.gz eclipse.platform.swt-3ce1d7d0798606e6485eeae6f5032983da40d6f3.tar.xz eclipse.platform.swt-3ce1d7d0798606e6485eeae6f5032983da40d6f3.zip |
fix two xpcom compile errors
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h index 783cf3d34f..5c42418993 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h +++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h @@ -48,7 +48,7 @@ #include "nscore.h" //#include "nsStringGlue.h" //SWT-20090407 #include "nsISupports.h" -#include "nsCOMPtr.h" +//#include "nsCOMPtr.h" //SWT-20090407 #include "nsIProgrammingLanguage.h" class nsIScriptGlobalObject; diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h index 0f491cf3c3..e413b7c3a2 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h +++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h @@ -15,10 +15,10 @@ #define uint32_t unsigned int //SWT-20130307 #include "nscore.h" -#include "nptypes.h" //SWT-20130307 +//#include "nptypes.h" //SWT-20130307 //#include "nsStringGlue.h" //SWT-20130307 #include "nsISupports.h" -#include "nsCOMPtr.h" +//#include "nsCOMPtr.h" //SWT-20130307 #include "nsIProgrammingLanguage.h" //#include "jsfriendapi.h" //SWT-20130307 //#include "jspubtd.h" //SWT-20130307 |