Include gflags with "gflags/gflags.h" instead of <>

BUG=
R=mflodman@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4120 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2013-05-28 10:38:11 +00:00
parent 8c34ceeef1
commit 4079c31c0a
8 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
#include <ctime>
#include <gflags/gflags.h>
#include "gflags/gflags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/test/libtest/include/bit_flip_encryption.h"
#include "webrtc/test/libtest/include/random_encryption.h"

View File

@ -15,7 +15,7 @@
#include <cstdio>
#include <gflags/gflags.h>
#include "gflags/gflags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/test/testsupport/metrics/video_metrics.h"
#include "webrtc/test/testsupport/metrics/video_metrics.h"

View File

@ -15,7 +15,7 @@
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_TEST_AUTOTEST_INTERFACE_VIE_AUTOTEST_H_
#define WEBRTC_VIDEO_ENGINE_MAIN_TEST_AUTOTEST_INTERFACE_VIE_AUTOTEST_H_
#include <gflags/gflags.h>
#include "gflags/gflags.h"
#include "webrtc/common_types.h"
#include "webrtc/modules/video_render/include/video_render_defines.h"
#include "webrtc/video_engine/include/vie_base.h"

View File

@ -16,7 +16,7 @@
#include <algorithm>
#include <gflags/gflags.h>
#include "gflags/gflags.h"
namespace webrtc {

View File

@ -17,7 +17,7 @@
#include <string>
#include <vector>
#include <gflags/gflags.h>
#include "gflags/gflags.h"
namespace webrtc {

View File

@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <gflags/gflags.h>
#include "gflags/gflags.h"
#include "webrtc/common_types.h"
#include "webrtc/engine_configurations.h"
#include "webrtc/modules/video_capture/include/video_capture_factory.h"

View File

@ -14,7 +14,7 @@
#include <algorithm>
#include <gflags/gflags.h>
#include "gflags/gflags.h"
#include "webrtc/system_wrappers/interface/scoped_ptr.h"
#include "webrtc/test/channel_transport/include/channel_transport.h"
#include "webrtc/video_engine/test/auto_test/interface/vie_autotest.h"

View File

@ -10,7 +10,7 @@
#include "webrtc/video_engine/test/auto_test/interface/vie_autotest_main.h"
#include <gflags/gflags.h>
#include "gflags/gflags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"