diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 17:17:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 17:20:40 +0900 |
commit | 526a60086c536cea3005e744c03a09b77845c41f (patch) | |
tree | f197ecf80d28ef5d8c2a4b35cf580282596cba26 /connectivity/source/drivers/mozab/bootstrap | |
parent | 5de02a427d3b9ae5ca604b3c87114032f7fb8832 (diff) |
Drop duplicate #include
Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h | 3 | ||||
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h index 65b7ed2b60f9..8b1a3024383d 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h @@ -52,20 +52,17 @@ #include "nsIInterfaceRequestor.h" #include "nsIInterfaceRequestorUtils.h" #include "nsIDirectoryService.h" -#include "nsIFactory.h" #include "nsIIOService.h" #include "nsNetUtil.h" #include "nsFileStream.h" #include "nsIStreamListener.h" #include "nsIServiceManager.h" -#include "nsCOMPtr.h" #include "nsIModule.h" #include "nsIGenericFactory.h" #include "nsICategoryManager.h" #include "nsXPCOM.h" #include "nsISupportsPrimitives.h" -#include "nsIDirectoryService.h" #include "nsDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h" #include "nsIChromeRegistry.h" diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h index b31e5c80aa53..8d8c2001e6e4 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h @@ -39,12 +39,10 @@ #include "nsIEnumerator.h" #include "prprf.h" -#include "nsCOMPtr.h" #include "nsIComponentManager.h" #include "nsEscape.h" #include "nsDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h" -#include "nsILocalFile.h" #include "nsReadableUtils.h" |