Include files from webrtc/.. paths in video_capture/.

BUG=1662
R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1788004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4337 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-07-12 10:03:52 +00:00
parent 8b06200802
commit a9b74ad716
38 changed files with 143 additions and 154 deletions

View File

@ -8,21 +8,20 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "device_info_linux.h"
#include "webrtc/modules/video_capture/linux/device_info_linux.h"
#include <errno.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <unistd.h>
//v4l includes
#include <linux/videodev2.h>
#include "ref_count.h"
#include "trace.h"
#include "webrtc/system_wrappers/interface/ref_count.h"
#include "webrtc/system_wrappers/interface/trace.h"
namespace webrtc