aboutsummaryrefslogtreecommitdiff
path: root/source/rotate_common.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2015-07-22 18:09:04 -0700
committerFrank Barchard <fbarchard@google.com>2015-07-22 18:09:04 -0700
commit3a3a89ccd40764579077e93bc303564c873aa7c1 (patch)
treedd556dec265cea853e672fb9c2ab5b7c3bc5d921 /source/rotate_common.cc
parent5be90d23eedc13e5b83bb52a9e5918712c10be52 (diff)
downloadlibyuv-3a3a89ccd40764579077e93bc303564c873aa7c1.tar.gz
rotate include and proto cleanup
R=harryjin@google.com BUG=libyuv:468 Review URL: https://webrtc-codereview.appspot.com/55679005.
Diffstat (limited to 'source/rotate_common.cc')
-rw-r--r--source/rotate_common.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/rotate_common.cc b/source/rotate_common.cc
index b53326ee..b33a9a0c 100644
--- a/source/rotate_common.cc
+++ b/source/rotate_common.cc
@@ -8,13 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "libyuv/rotate.h"
-
-#include "libyuv/cpu_id.h"
-#include "libyuv/convert.h"
-#include "libyuv/planar_functions.h"
-#include "libyuv/rotate_row.h"
#include "libyuv/row.h"
+#include "libyuv/rotate_row.h"
#ifdef __cplusplus
namespace libyuv {