Bug 802706: Remove usage of NSPRFormatTime.h from tree; r=ehsan,wtc

This commit is contained in:
Isaac Aggrey 2012-11-14 13:14:21 -06:00
parent ec389cf5db
commit 2c0ab41183
13 changed files with 0 additions and 24 deletions

View File

@ -7,7 +7,6 @@
* This code is based on original Mozilla gnome-vfs extension. It implements
* input stream provided by GVFS/GIO.
*/
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "mozilla/ModuleUtils.h"
#include "nsIPrefService.h"
#include "nsIPrefBranch.h"

View File

@ -5,7 +5,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsJARInputStream.h"
#include "zipstruct.h" // defines ZIP compression codes
#include "nsZipArchive.h"

View File

@ -14,7 +14,6 @@
*/
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsEscape.h"
#include "nsDirectoryIndexStream.h"
#include "nsXPIDLString.h"

View File

@ -10,7 +10,6 @@
#define FORCE_PR_LOG // Allow logging in the release build
#endif
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "mozilla/net/CookieServiceChild.h"
#include "mozilla/net/NeckoCommon.h"

View File

@ -3,7 +3,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsTraceRefcntImpl.h"
// if NS_BUILD_REFCNT_LOGGING isn't defined, don't try to build

View File

@ -3,7 +3,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsAboutCache.h"
#include "nsIIOService.h"
#include "nsIServiceManager.h"

View File

@ -5,7 +5,6 @@
#include <limits.h>
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsAboutCacheEntry.h"
#include "nsICacheService.h"
#include "nsICacheSession.h"

View File

@ -3,7 +3,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsFTPDirListingConv.h"
#include "nsMemory.h"
#include "plstr.h"

View File

@ -12,7 +12,6 @@
-Gagan Saksena 04/29/99
*/
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "TestCommon.h"
#define FORCE_PR_LOG

View File

@ -19,7 +19,6 @@
*/
#include "NSPRFormatTime.h" // must be before anything that includes prtime.h
#include "nsCOMPtr.h"
#include "nsIRDFDataSource.h"
#include "nsIRDFNode.h"

View File

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "NSPRFormatTime.h" // must include before any headers that include prtime.h
#include "nsAppRunner.h"
#include "prio.h"

View File

@ -68,7 +68,6 @@ EXPORTS = \
nsWeakPtr.h \
nsInterfaceRequestorAgg.h \
nsGZFileWriter.h \
NSPRFormatTime.h \
$(NULL)
EXPORTS_NAMESPACES = mozilla

View File

@ -1,12 +0,0 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Temporarily undefine to build successfully with NO_NSPR_10_SUPPORT
#ifdef prtime_h___
#error NSPRFormatTime.h must be included before any header that includes prtime.h
#endif
#undef NO_NSPR_10_SUPPORT
#include "prtime.h"
#define NO_NSPR_10_SUPPORT