mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1759344 - Cleanup mozglue/ includes r=andi
Differential Revision: https://phabricator.services.mozilla.com/D141460
This commit is contained in:
parent
9f85342dbb
commit
104d84a205
@ -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,7 +11,6 @@
|
||||
#endif // XP_WIN
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
|
Loading…
Reference in New Issue
Block a user