diff --git a/common/common.h b/common/common.h index a81ab6ac6..31c928164 100644 --- a/common/common.h +++ b/common/common.h @@ -11,8 +11,6 @@ #ifndef LIBYUV_SOURCE_COMMON_H_ #define LIBYUV_SOURCE_COMMON_H_ -#include "constructor_magic.h" - #if defined(_MSC_VER) // warning C4355: 'this' : used in base member initializer list #pragma warning(disable:4355)