Bug 1759344 - Cleanup mozglue/ includes r=andi

Differential Revision: https://phabricator.services.mozilla.com/D141460
This commit is contained in:
Serge Guelton 2022-03-23 15:36:29 +00:00
Родитель 9f85342dbb
Коммит 104d84a205
7 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@ -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"