Eliminate Assertions.h's dependency on Types.h, for a narrower interface and minimized dependencies. No bug, r=Ms2ger

This commit is contained in:
Jeff Walden
2012-06-11 16:16:46 -07:00
parent 2d6bb1f121
commit 24c6b0e0f9
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
/* Implementations of hash functions. */
#include "mozilla/HashFunctions.h"
#include "mozilla/Types.h"
#include <string.h>