From 27b2d2e4249ee5ec47a72527549aef17e9d2d09d Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Thu, 13 Oct 2011 23:35:33 +0000 Subject: [PATCH] libyuv: Updating common.h includes Review URL: http://webrtc-codereview.appspot.com/232001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@28 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- common/common.h | 2 -- 1 file changed, 2 deletions(-) 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)