Skip to content

Commit

Permalink
Eliminate Assertions.h's dependency on Types.h, for a narrower interf…
Browse files Browse the repository at this point in the history
…ace and minimized dependencies. No bug, r=Ms2ger
  • Loading branch information
jswalden committed Jun 11, 2012
1 parent a8a3463 commit fc7f00a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mfbt/Assertions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions mfbt/HashFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/* Implementations of hash functions. */

#include "mozilla/HashFunctions.h"
#include "mozilla/Types.h"

#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions mfbt/HashFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#include "mozilla/Assertions.h"
#include "mozilla/Attributes.h"
#include "mozilla/StandardInteger.h"
#include "mozilla/Types.h"

#ifdef __cplusplus
namespace mozilla {
Expand Down

0 comments on commit fc7f00a

Please sign in to comment.