Include files from webrtc/.. paths in video_render/.
BUG=1662 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1782006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4334 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "testAPI.h"
|
||||
#include "webrtc/modules/video_render/test/testAPI/testAPI.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -24,21 +24,21 @@
|
||||
|
||||
#elif defined(WEBRTC_LINUX) && !defined(WEBRTC_ANDROID)
|
||||
|
||||
#include <iostream>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <iostream>
|
||||
#include <sys/time.h>
|
||||
|
||||
#endif
|
||||
|
||||
#include "common_types.h"
|
||||
#include "process_thread.h"
|
||||
#include "module_common_types.h"
|
||||
#include "video_render_defines.h"
|
||||
#include "video_render.h"
|
||||
#include "tick_util.h"
|
||||
#include "trace.h"
|
||||
#include "system_wrappers/interface/sleep.h"
|
||||
#include "webrtc/common_types.h"
|
||||
#include "webrtc/modules/interface/module_common_types.h"
|
||||
#include "webrtc/modules/utility/interface/process_thread.h"
|
||||
#include "webrtc/modules/video_render/include/video_render.h"
|
||||
#include "webrtc/modules/video_render/include/video_render_defines.h"
|
||||
#include "webrtc/system_wrappers/interface/sleep.h"
|
||||
#include "webrtc/system_wrappers/interface/tick_util.h"
|
||||
#include "webrtc/system_wrappers/interface/trace.h"
|
||||
|
||||
using namespace webrtc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user