Bug 958643, part 6 - Remove some unused forward decls. r=krizsa draft
authorAndrew McCreight <continuation@gmail.com>
Wed, 20 Sep 2017 12:02:47 -0700
changeset 667834 f5e56b8b2de3b804ea9446acf476f4cd0558e349
parent 667833 f8bc5fd9c18e272abf6ad93409768721b898dbc5
child 667835 2dea048f5f1cf4af6b4fc782ee167ecda52705c0
push id80866
push userbmo:continuation@gmail.com
push dateWed, 20 Sep 2017 20:39:49 +0000
reviewerskrizsa
bugs958643
milestone57.0a1
Bug 958643, part 6 - Remove some unused forward decls. r=krizsa MozReview-Commit-ID: yMpU0hDUXP
js/xpconnect/loader/mozJSComponentLoader.h
storage/mozStorageStatement.h
--- a/js/xpconnect/loader/mozJSComponentLoader.h
+++ b/js/xpconnect/loader/mozJSComponentLoader.h
@@ -18,18 +18,16 @@
 #include "nsClassHashtable.h"
 #include "nsDataHashtable.h"
 #include "jsapi.h"
 
 #include "xpcIJSGetFactory.h"
 #include "xpcpublic.h"
 
 class nsIFile;
-class nsIPrincipal;
-class nsIXPConnectJSObjectHolder;
 class ComponentLoaderInfo;
 
 namespace mozilla {
     class ScriptPreloader;
 } // namespace mozilla
 
 
 /* 6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6 (thanks, mozbot) */
--- a/storage/mozStorageStatement.h
+++ b/storage/mozStorageStatement.h
@@ -14,17 +14,16 @@
 
 #include "mozStorageBindingParamsArray.h"
 #include "mozStorageStatementData.h"
 #include "mozIStorageStatement.h"
 #include "mozIStorageValueArray.h"
 #include "StorageBaseStatementInternal.h"
 #include "mozilla/Attributes.h"
 
-class nsIXPConnectJSObjectHolder;
 struct sqlite3_stmt;
 
 namespace mozilla {
 namespace storage {
 class StatementJSHelper;
 class Connection;
 class StatementParamsHolder;
 class StatementRowHolder;