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
This commit is contained in:
mikhal@webrtc.org 2011-10-22 00:40:22 +00:00
parent bab397f72a
commit 93c6df7024
2 changed files with 2 additions and 1 deletions

View File

@ -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_

View File

@ -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 {