mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
This commit is contained in:
parent
0a054a6f3f
commit
84428dc828
@ -110,7 +110,6 @@
|
||||
#include "nsIFastLoadService.h"
|
||||
#include "nsIObjectInputStream.h"
|
||||
#include "nsIObjectOutputStream.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsIFocusController.h"
|
||||
#include "nsContentList.h"
|
||||
#include "nsIScriptGlobalObject.h"
|
||||
|
@ -122,7 +122,6 @@
|
||||
// Misc
|
||||
#include "TextEditorTest.h"
|
||||
#include "nsEditorUtils.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsITextContent.h"
|
||||
#include "nsWSRunObject.h"
|
||||
#include "nsHTMLObjectResizer.h"
|
||||
|
@ -41,8 +41,6 @@
|
||||
#include "nsUnitConversion.h"
|
||||
#include "nsReadableUtils.h"
|
||||
|
||||
// For Prefs
|
||||
#include "nsIPref.h"
|
||||
#include "nsIServiceManager.h"
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsPrintSettings, nsIPrintSettings)
|
||||
|
@ -80,7 +80,6 @@ static NS_DEFINE_IID(kPrinterEnumeratorCID, NS_PRINTER_ENUMERATOR_CID);
|
||||
|
||||
#include "nsRect.h"
|
||||
|
||||
#include "nsIPref.h"
|
||||
#include "nsCRT.h"
|
||||
#include "prenv.h" /* for PR_GetEnv */
|
||||
|
||||
|
@ -80,7 +80,6 @@ static NS_DEFINE_IID(kPrinterEnumeratorCID, NS_PRINTER_ENUMERATOR_CID);
|
||||
|
||||
#include "nsRect.h"
|
||||
|
||||
#include "nsIPref.h"
|
||||
#include "nsCRT.h"
|
||||
#include "prenv.h" /* for PR_GetEnv */
|
||||
|
||||
|
@ -60,7 +60,6 @@
|
||||
#include "nsIVariant.h"
|
||||
#include "nsIPrefService.h"
|
||||
#include "nsIPrefBranchInternal.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsIJSContextStack.h"
|
||||
|
||||
#define WSA_GRANT_ACCESS_TO_ALL (1 << 0)
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include "nsWatchTask.h"
|
||||
#include "nsPrintOptionsX.h"
|
||||
#include "nsPrintSettingsX.h"
|
||||
#include "nsIPref.h"
|
||||
|
||||
#include "nsGfxUtils.h"
|
||||
#include "nsCRT.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsISupportsArray.h"
|
||||
|
||||
#include "nsIPref.h"
|
||||
#include "prenv.h" /* for PR_GetEnv */
|
||||
|
||||
#include "nsIServiceManager.h"
|
||||
|
@ -55,7 +55,6 @@
|
||||
#include "nsString.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsIPref.h"
|
||||
|
||||
nsDeviceContextSpecPh :: nsDeviceContextSpecPh()
|
||||
{
|
||||
|
@ -57,8 +57,6 @@
|
||||
#include "nsIStringBundle.h"
|
||||
#define NS_ERROR_GFX_PRINTER_BUNDLE_URL "chrome://global/locale/printing.properties"
|
||||
|
||||
#include "nsIPref.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#ifdef PR_LOGGING
|
||||
extern PRLogModuleInfo * kGfxPrintingLogMod;
|
||||
|
@ -46,7 +46,6 @@
|
||||
#include "ns4xPluginStreamListener.h"
|
||||
#include "nsPluginHostImpl.h"
|
||||
#include "nsPluginSafety.h"
|
||||
#include "nsIPref.h" // needed for NS_TRY_SAFE_CALL_*
|
||||
#include "nsPluginLogging.h"
|
||||
|
||||
#ifdef XP_OS2
|
||||
|
@ -35,7 +35,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIPref.h"
|
||||
#include "prmem.h"
|
||||
|
||||
#include "nsXPBaseWindow.h"
|
||||
|
@ -49,7 +49,6 @@
|
||||
#include <gdk/gdkx.h>
|
||||
|
||||
#include "nsIWidget.h"
|
||||
#include "nsIPref.h"
|
||||
|
||||
#include "glib.h"
|
||||
#include "nsVoidArray.h"
|
||||
|
Loading…
Reference in New Issue
Block a user