| Index: include/libyuv/convert_from.h
|
| diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h
|
| index 9fd8d4de5f3fef5c1e23704f4a331d9367e4456c..dff594c11a6c5a7b84680f028007862874bf1199 100644
|
| --- a/include/libyuv/convert_from.h
|
| +++ b/include/libyuv/convert_from.h
|
| @@ -11,8 +11,8 @@
|
| #ifndef INCLUDE_LIBYUV_CONVERT_FROM_H_ // NOLINT
|
| #define INCLUDE_LIBYUV_CONVERT_FROM_H_
|
|
|
| -#include "libyuv/basic_types.h"
|
| -#include "libyuv/rotate.h"
|
| +#include "basic_types.h"
|
| +#include "rotate.h"
|
|
|
| #ifdef __cplusplus
|
| namespace libyuv {
|
|
|