From f79221cd0a50e34edb80efcb5d379242d04ef5de Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 2 Oct 2012 10:24:12 +0200 Subject: [PATCH] Bug 793263 - Remove #error from base/basictypes.h; r=bsmedberg --- ipc/chromium/src/base/basictypes.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ipc/chromium/src/base/basictypes.h b/ipc/chromium/src/base/basictypes.h index 16a19a9f0d71..ab07412be968 100644 --- a/ipc/chromium/src/base/basictypes.h +++ b/ipc/chromium/src/base/basictypes.h @@ -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 // So we can set the bounds of our types #include // For size_t #include // for memcpy