Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2013-04-29 16:57:21 +0000
committerGrant Gayed2013-04-29 16:57:21 +0000
commit3ce1d7d0798606e6485eeae6f5032983da40d6f3 (patch)
tree945de66e8ff20c837af0a1e2331473c02842e075
parent137f67c3b2761ff00020670cbf006faeb68def93 (diff)
downloadeclipse.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.h2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h4
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

Back to the top