aboutsummaryrefslogtreecommitdiff
path: root/source/rotate_common.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-03-08 09:49:02 -0800
committerCommit Bot <commit-bot@chromium.org>2017-03-08 18:50:12 +0000
commit73a603e1204e6eed1eeb1448051b8099aa67cf71 (patch)
tree6253cd6d67ba5c8a07f7087e542b27a7e3f9d718 /source/rotate_common.cc
parent27acadbf9d59efb39c8f644ab8d24c7b3b290f63 (diff)
downloadlibyuv-73a603e1204e6eed1eeb1448051b8099aa67cf71.tar.gz
clang-format 5.0 applied to libyuv
BUG=None TEST=try bots and lint test Change-Id: I1ab462adf2d309117862c5eb4b244a61ae202951 Reviewed-on: https://chromium-review.googlesource.com/450658 Commit-Queue: Frank Barchard <fbarchard@google.com> Reviewed-by: Henrik Kjellander <kjellander@chromium.org>
Diffstat (limited to 'source/rotate_common.cc')
-rw-r--r--source/rotate_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rotate_common.cc b/source/rotate_common.cc
index cdd231fa..89357e73 100644
--- a/source/rotate_common.cc
+++ b/source/rotate_common.cc
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "libyuv/row.h"
#include "libyuv/rotate_row.h"
+#include "libyuv/row.h"
#ifdef __cplusplus
namespace libyuv {