Bug 793263 - Remove #error from base/basictypes.h; r=bsmedberg

This commit is contained in:
Ms2ger 2012-10-02 10:24:12 +02:00
parent cc84f2c2f2
commit b8bde31475

View File

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