Refactor the public interfaces to use the full path in include.

BUG=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2546 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org 2012-08-01 22:14:51 +00:00
parent 42033b4a43
commit 792e974949
6 changed files with 9 additions and 9 deletions

View File

@ -11,8 +11,8 @@
#ifndef MODULES_AUDIO_DEVICE_MAIN_INTERFACE_AUDIO_DEVICE_H_
#define MODULES_AUDIO_DEVICE_MAIN_INTERFACE_AUDIO_DEVICE_H_
#include "module.h"
#include "audio_device_defines.h"
#include "modules/audio_device/main/interface/audio_device_defines.h"
#include "modules/interface/module.h"
namespace webrtc {

View File

@ -14,7 +14,7 @@
#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_MAIN_INTERFACE_VIDEO_CAPTURE_FACTORY_H_
#define WEBRTC_MODULES_VIDEO_CAPTURE_MAIN_INTERFACE_VIDEO_CAPTURE_FACTORY_H_
#include "video_capture.h"
#include "modules/video_capture/main/interface/video_capture.h"
namespace webrtc {

View File

@ -20,8 +20,8 @@
*
*/
#include "module.h"
#include "video_render_defines.h"
#include "modules/interface/module.h"
#include "modules/video_render/main/interface/video_render_defines.h"
namespace webrtc {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@ -13,7 +13,7 @@
// Includes
#include "common_types.h"
#include "module_common_types.h"
#include "modules/interface/module_common_types.h"
namespace webrtc
{

View File

@ -11,7 +11,7 @@
#ifndef MOCK_VOE_CONNECTION_OBSERVER_H_
#define MOCK_VOE_CONNECTION_OBSERVER_H_
#include "voe_network.h"
#include "voice_engine/include/voe_network.h"
namespace webrtc {

View File

@ -11,8 +11,8 @@
#ifndef WEBRTC_VOICE_ENGINE_MOCK_VOE_OBSERVER_H_
#define WEBRTC_VOICE_ENGINE_MOCK_VOE_OBSERVER_H_
#include "voe_base.h"
#include "gmock/gmock.h"
#include "voice_engine/include/voe_base.h"
namespace webrtc {