mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 793263 - Remove #error from base/basictypes.h; r=bsmedberg
This commit is contained in:
parent
b138fe0e97
commit
f79221cd0a
@ -5,13 +5,6 @@
|
||||
#ifndef BASE_BASICTYPES_H_
|
||||
#define BASE_BASICTYPES_H_
|
||||
|
||||
// Chromium includes a prtypes.h also, but it has been modified to include
|
||||
// their build_config.h as well. We can therefore test for both to determine
|
||||
// if someone screws up the include order.
|
||||
#if defined(prtypes_h___) && !defined(BUILD_BUILD_CONFIG_H_)
|
||||
#error You_must_include_basictypes.h_before_prtypes.h!
|
||||
#endif
|
||||
|
||||
#include <limits.h> // So we can set the bounds of our types
|
||||
#include <stddef.h> // For size_t
|
||||
#include <string.h> // for memcpy
|
||||
|
Loading…
Reference in New Issue
Block a user