Remove the full header file path to:

1) align with all the other webrtc header files.
2) and for the case(libjingle) when we want to deliver webrtc as lib and headers - all the headers will be in one folder.
Review URL: http://webrtc-codereview.appspot.com/44007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@118 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ronghuawu@google.com 2011-06-22 21:17:43 +00:00
parent 2b83acef3e
commit 36d93504b8
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* video_capture.h
*/
#include "modules/interface/module.h"
#include "module.h"
#include "video_capture_defines.h"
namespace webrtc {

View File

@ -13,7 +13,7 @@
// Includes
#include "typedefs.h"
#include "modules/interface/module_common_types.h"
#include "module_common_types.h"
namespace webrtc
{