| Index: include/libyuv/scale_row.h
|
| diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h
|
| index df699e6c2282af02ac679c88e67fb13b4238ee8a..147f83332d87a975e01fb814ef5fb6d041cc0062 100644
|
| --- a/include/libyuv/scale_row.h
|
| +++ b/include/libyuv/scale_row.h
|
| @@ -11,8 +11,8 @@
|
| #ifndef INCLUDE_LIBYUV_SCALE_ROW_H_ // NOLINT
|
| #define INCLUDE_LIBYUV_SCALE_ROW_H_
|
|
|
| -#include "libyuv/basic_types.h"
|
| -#include "libyuv/scale.h"
|
| +#include "basic_types.h"
|
| +#include "scale.h"
|
|
|
| #ifdef __cplusplus
|
| namespace libyuv {
|
|
|