зеркало из https://github.com/mozilla/gecko-dev.git
more #include cleanup.
This commit is contained in:
Родитель
bbf1d56821
Коммит
0282489c03
|
@ -39,12 +39,6 @@
|
|||
|
||||
#import "Appearance.h"
|
||||
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsIMemory.h"
|
||||
|
||||
|
||||
@interface OrgMozillaChimeraPreferenceAppearance(Private)
|
||||
|
||||
- (void)setupFontRegionPopup;
|
||||
|
|
|
@ -28,13 +28,10 @@
|
|||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsIBrowserHistory.h"
|
||||
#include "nsICacheService.h"
|
||||
#include "nsILocalFileMac.h"
|
||||
#include "nsDirectoryServiceDefs.h"
|
||||
#include "nsString.h"
|
||||
|
||||
const int kDefaultExpireDays = 9;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#import "SecurityPane.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIServiceManagerUtils.h"
|
||||
#include "nsIPref.h"
|
||||
|
||||
|
|
|
@ -9,9 +9,7 @@
|
|||
#import "PreferencePaneBase.h"
|
||||
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsIMemory.h"
|
||||
|
||||
@implementation PreferencePaneBase
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "nsIServiceManagerUtils.h"
|
||||
#include "nsIPermissionManager.h"
|
||||
#include "nsIPermission.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsISupportsArray.h"
|
||||
#include "nsString.h"
|
||||
#include "nsIURI.h"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#import "BookmarksButton.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsString.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
|
|
|
@ -43,10 +43,8 @@
|
|||
#import "BookmarksService.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIFileStreams.h"
|
||||
#include "nsILocalFile.h"
|
||||
#include "nsILocalFileMac.h"
|
||||
#include "nsIOutputStream.h"
|
||||
#include "nsNetUtil.h"
|
||||
|
||||
#include "nsIDOMElement.h"
|
||||
|
|
|
@ -37,17 +37,12 @@
|
|||
|
||||
#include <Appkit/Appkit.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsIDocumentObserver.h"
|
||||
#include "nsVoidArray.h"
|
||||
|
||||
#include "nsString.h"
|
||||
|
||||
class nsIAtom;
|
||||
class nsIContent;
|
||||
class nsIDOMDocument;
|
||||
class nsIDOMElement;
|
||||
class nsIDOMHTMLDocument;
|
||||
|
||||
@class BookmarksDataSource;
|
||||
@class BookmarksToolbar;
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#import "CHBrowserService.h"
|
||||
#import "SiteIconProvider.h"
|
||||
|
||||
#include "nsCRT.h"
|
||||
#include "nsString.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsIContent.h"
|
||||
|
@ -55,24 +54,18 @@
|
|||
#include "nsITextContent.h"
|
||||
#include "nsIDOMDocumentType.h"
|
||||
#include "nsIDOMNode.h"
|
||||
#include "nsIDOMNodeList.h"
|
||||
#include "nsIDOMWindow.h"
|
||||
#include "nsIDOMHTMLDocument.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#include "nsIDOMCharacterData.h"
|
||||
#include "nsIDOMParser.h"
|
||||
#include "nsIDOMDocumentFragment.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
#include "nsIFile.h"
|
||||
#include "nsAppDirectoryServiceDefs.h"
|
||||
//#include "nsIXMLHttpRequest.h"
|
||||
#include "nsIDOMSerializer.h"
|
||||
#include "nsIDocumentEncoder.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsINamespaceManager.h"
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsISyncLoadDOMService.h"
|
||||
#include "nsIChannel.h"
|
||||
#include "nsIWebBrowser.h"
|
||||
|
||||
#include "nsIEnumerator.h"
|
||||
#include "nsIContentIterator.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#import "BookmarksDataSource.h"
|
||||
|
||||
#include "nsIContent.h"
|
||||
#include "nsIAtom.h"
|
||||
|
||||
@interface BookmarksToolbar(Private)
|
||||
|
||||
|
|
|
@ -45,13 +45,6 @@
|
|||
#import "BrowserWrapper.h"
|
||||
#import "BrowserWindowController.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIAtom.h"
|
||||
#include "nsString.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
//////////////////////////
|
||||
// NEEDS IMPLEMENTED : Implement drag tracking for moving tabs around.
|
||||
// Implementation hints : Track drags ;)
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
#import "Find.h"
|
||||
#import "BookmarksToolbar.h"
|
||||
|
||||
#include "nsIBrowserHistory.h"
|
||||
|
||||
class nsIURIFixup;
|
||||
class nsIBrowserHistory;
|
||||
class nsIDOMEvent;
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
#include "nsNetUtil.h"
|
||||
|
||||
#include "nsIClipboardCommands.h"
|
||||
#include "nsICommandManager.h"
|
||||
#include "nsIWebBrowser.h"
|
||||
#include "nsIInterfaceRequestorUtils.h"
|
||||
#include "nsIPrefBranch.h"
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#import "nsAlertController.h"
|
||||
#import "CHBrowserService.h"
|
||||
|
||||
#include "nsIBadCertListener.h"
|
||||
|
||||
enum { kOKButton = 0, kCancelButton = 1, kOtherButton = 2 };
|
||||
|
||||
const int kMinDialogWidth = 500;
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "nsIWebBrowserPersist.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsILocalFile.h"
|
||||
#include "nsITimer.h"
|
||||
|
||||
#include "nsExternalHelperAppService.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче