зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1759344 - Cleanup mozglue/ includes r=andi
Differential Revision: https://phabricator.services.mozilla.com/D141460
This commit is contained in:
Родитель
985e75ca3c
Коммит
23e36b0d2a
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#define mozilla_AwakeTimeStamp_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include <mozilla/Types.h>
|
||||
#include "mozilla/Assertions.h"
|
||||
|
||||
|
|
|
@ -9,9 +9,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "mozilla/PlatformConditionVariable.h"
|
||||
#include "mozilla/PlatformMutex.h"
|
||||
|
|
|
@ -8,9 +8,8 @@
|
|||
|
||||
#if defined(XP_UNIX) && !defined(XP_DARWIN) && !defined(__wasi__)
|
||||
|
||||
# include "PlatformMutex.h"
|
||||
# include "mozilla/Assertions.h"
|
||||
# include "mozilla/Atomics.h"
|
||||
# include "mozilla/MemoryChecking.h"
|
||||
# include "mozilla/ThreadLocal.h"
|
||||
# include <signal.h>
|
||||
# include <cstring>
|
||||
|
|
|
@ -8,10 +8,8 @@
|
|||
* Implementation of the OS-independent methods of the TimeStamp class
|
||||
*/
|
||||
|
||||
#include "mozilla/Atomics.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/Uptime.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
|
||||
#include "mozilla/Sprintf.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/Uptime.h"
|
||||
|
||||
#if !defined(__wasi__)
|
||||
# include <pthread.h>
|
||||
|
|
|
@ -11,9 +11,7 @@
|
|||
#endif // XP_WIN
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
#include "mozilla/Assertions.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче