Bug 1661096 - Support system NSPR in IOUtils r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D89803
This commit is contained in:
Barret Rennie 2020-09-10 22:43:30 +00:00
parent d0fac0e5a3
commit 4820139e53
2 changed files with 6 additions and 6 deletions

View File

@ -20,17 +20,17 @@
#include "nsIDirectoryEnumerator.h"
#include "nsPrintfCString.h"
#include "nsTArray.h"
#include "nspr/prerror.h"
#include "nspr/prio.h"
#include "nspr/private/pprio.h"
#include "nspr/prtypes.h"
#include "nspr/prtime.h"
#include "nsIFile.h"
#include "nsIGlobalObject.h"
#include "nsReadableUtils.h"
#include "nsString.h"
#include "nsStringFwd.h"
#include "nsThreadManager.h"
#include "prerror.h"
#include "prio.h"
#include "private/pprio.h"
#include "prtime.h"
#include "prtypes.h"
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
# include <fcntl.h>

View File

@ -18,12 +18,12 @@
#include "mozilla/Result.h"
#include "nsStringFwd.h"
#include "nsTArray.h"
#include "nspr/prio.h"
#include "nsIAsyncShutdown.h"
#include "nsISerialEventTarget.h"
#include "nsLocalFile.h"
#include "nsPrintfCString.h"
#include "nsString.h"
#include "prio.h"
namespace mozilla {