Drop unneeded includes of base/stream.h.
BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2587423002 Cr-Commit-Position: refs/heads/master@{#15986}
This commit is contained in:
parent
48e779f31d
commit
989ec098d1
@ -13,7 +13,6 @@
|
||||
#include "webrtc/base/gunit.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/stringutils.h"
|
||||
#include "webrtc/base/stream.h"
|
||||
|
||||
#include "webrtc/base/testbase64.h"
|
||||
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/base/pathutils.h"
|
||||
#include "webrtc/base/stringutils.h"
|
||||
#include "webrtc/base/stream.h"
|
||||
|
||||
#if defined(WEBRTC_WIN)
|
||||
#include "webrtc/base/win32filesystem.h"
|
||||
@ -136,7 +135,7 @@ DirectoryIterator* FilesystemInterface::IterateDirectory() {
|
||||
|
||||
bool FilesystemInterface::DeleteFolderContents(const Pathname &folder) {
|
||||
bool success = true;
|
||||
VERIFY(IsFolder(folder));
|
||||
RTC_CHECK(IsFolder(folder));
|
||||
DirectoryIterator *di = IterateDirectory();
|
||||
if (!di)
|
||||
return false;
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
#include "webrtc/base/fileutils.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/pathutils.h"
|
||||
#include "webrtc/base/stream.h"
|
||||
#include "webrtc/common_video/h264/h264_common.h"
|
||||
#include "webrtc/common_video/h264/sps_vui_rewriter.h"
|
||||
#include "webrtc/test/gtest.h"
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
#include "webrtc/base/constructormagic.h"
|
||||
#include "webrtc/base/networkroute.h"
|
||||
#include "webrtc/base/scoped_ref_ptr.h"
|
||||
#include "webrtc/base/stream.h"
|
||||
#include "webrtc/base/thread_checker.h"
|
||||
#include "webrtc/call/audio_state.h"
|
||||
#include "webrtc/call/call.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user