зеркало из https://github.com/mozilla/gecko-dev.git
Eliminate Assertions.h's dependency on Types.h, for a narrower interface and minimized dependencies. No bug, r=Ms2ger
--HG-- extra : rebase_source : b5c79dc444ef7277f2624ffe2407bca25a1054cd
This commit is contained in:
Родитель
f071f38e8c
Коммит
b2d449c615
|
@ -9,8 +9,8 @@
|
|||
#define mozilla_Assertions_h_
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/Types.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef WIN32
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
/* Implementations of hash functions. */
|
||||
|
||||
#include "mozilla/HashFunctions.h"
|
||||
#include "mozilla/Types.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/Types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace mozilla {
|
||||
|
|
Загрузка…
Ссылка в новой задаче