Commit 93c6df70 authored by mikhal@webrtc.org's avatar mikhal@webrtc.org

libyuv: updating header includes

Review URL: http://webrtc-codereview.appspot.com/246004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@40 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent bab397f7
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "libyuv/format_conversion.h" #include "libyuv/format_conversion.h"
#include "libyuv/general.h" #include "libyuv/general.h"
#include "libyuv/planar_functions.h" #include "libyuv/planar_functions.h"
#include "libyuv/rotate.h"
#include "libyuv/scale.h" #include "libyuv/scale.h"
#endif // LIBYUV_INCLUDE_LIBYUV_H_ #endif // LIBYUV_INCLUDE_LIBYUV_H_
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#ifndef INCLUDE_LIBYUV_ROTATE_H_ #ifndef INCLUDE_LIBYUV_ROTATE_H_
#define INCLUDE_LIBYUV_ROTATE_H_ #define INCLUDE_LIBYUV_ROTATE_H_
#include "libyuv/basic_types.h" #include "basic_types.h"
namespace libyuv { namespace libyuv {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment