 Chromium Code Reviews
 Chromium Code Reviews Issue 2006943002:
  remove includes for duplicate functions  (Closed) 
  Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
    
  
    Issue 2006943002:
  remove includes for duplicate functions  (Closed) 
  Base URL: https://chromium.googlesource.com/libyuv/libyuv@master| Index: source/convert_argb.cc | 
| diff --git a/source/convert_argb.cc b/source/convert_argb.cc | 
| index e586f7043ce0e5b49ee022510bf40a3e4ff7eb4d..fb9582d627efe116e8a1dde118e139c9c6c083b8 100644 | 
| --- a/source/convert_argb.cc | 
| +++ b/source/convert_argb.cc | 
| @@ -14,6 +14,7 @@ | 
| #ifdef HAVE_JPEG | 
| #include "libyuv/mjpeg_decoder.h" | 
| #endif | 
| +#include "libyuv/planar_functions.h" // For CopyPlane and ARGBShuffle. | 
| #include "libyuv/rotate_argb.h" | 
| #include "libyuv/row.h" | 
| #include "libyuv/video_common.h" |