Delete unused includes of assert.h

Bug: None
Change-Id: Iadc531710dca0ba34a00ac363bfe0784355bb6f9
Reviewed-on: https://webrtc-review.googlesource.com/c/103501
Commit-Queue: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24995}
This commit is contained in:
Niels Möller 2018-10-04 14:33:20 +02:00 committed by Commit Bot
parent f854552362
commit 433eafe1f5
25 changed files with 2 additions and 35 deletions

View File

@ -8,7 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <assert.h>
#include <math.h>
#include <string.h>

View File

@ -10,6 +10,7 @@
#include "examples/peerconnection/server/data_socket.h"
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -11,7 +11,6 @@
#ifndef EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
#define EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
#include <assert.h>
#include <string>
#ifndef ARRAYSIZE

View File

@ -17,8 +17,6 @@
// references, where appropriate.
#include "modules/audio_coding/acm2/acm_codec_database.h"
#include <assert.h>
#include "rtc_base/checks.h"
#if ((defined WEBRTC_CODEC_ISAC) && (defined WEBRTC_CODEC_ISACFX))

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/acm2/acm_receive_test.h"
#include <assert.h>
#include <stdio.h>
#include <memory>

View File

@ -11,8 +11,6 @@
#ifndef MODULES_AUDIO_CODING_NETEQ_ACCELERATE_H_
#define MODULES_AUDIO_CODING_NETEQ_ACCELERATE_H_
#include <assert.h>
#include "modules/audio_coding/neteq/audio_multi_vector.h"
#include "modules/audio_coding/neteq/time_stretch.h"
#include "rtc_base/constructormagic.h"

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/audio_multi_vector.h"
#include <assert.h>
#include <stdlib.h>
#include <string>

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/audio_vector.h"
#include <assert.h>
#include <stdlib.h>
#include <string>

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/decoder_database.h"
#include <assert.h>
#include <stdlib.h>
#include <string>

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/dtmf_buffer.h"
#include <assert.h>
#include <algorithm> // max
#include "rtc_base/checks.h"

View File

@ -11,8 +11,6 @@
#ifndef MODULES_AUDIO_CODING_NETEQ_MERGE_H_
#define MODULES_AUDIO_CODING_NETEQ_MERGE_H_
#include <assert.h>
#include "modules/audio_coding/neteq/audio_multi_vector.h"
#include "rtc_base/constructormagic.h"

View File

@ -11,8 +11,6 @@
#ifndef MODULES_AUDIO_CODING_NETEQ_PREEMPTIVE_EXPAND_H_
#define MODULES_AUDIO_CODING_NETEQ_PREEMPTIVE_EXPAND_H_
#include <assert.h>
#include "modules/audio_coding/neteq/audio_multi_vector.h"
#include "modules/audio_coding/neteq/time_stretch.h"
#include "rtc_base/constructormagic.h"

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/tools/audio_loop.h"
#include <assert.h>
#include <stdio.h>
#include <string.h>

View File

@ -10,7 +10,6 @@
#include "modules/audio_coding/neteq/tools/rtc_event_log_source.h"
#include <assert.h>
#include <string.h>
#include <iostream>
#include <limits>

View File

@ -10,8 +10,6 @@
#include "modules/audio_coding/test/TestStereo.h"
#include <assert.h>
#include <string>
#include "api/audio_codecs/builtin_audio_decoder_factory.h"

View File

@ -10,8 +10,6 @@
#include "modules/audio_coding/test/opus_test.h"
#include <assert.h>
#include <string>
#include "api/audio_codecs/builtin_audio_decoder_factory.h"

View File

@ -8,8 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <assert.h>
#include "modules/audio_device/audio_device_config.h"
#include "modules/audio_device/linux/audio_device_pulse_linux.h"
#include "rtc_base/checks.h"

View File

@ -8,8 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <assert.h>
#include "modules/audio_device/linux/audio_device_alsa_linux.h"
#include "modules/audio_device/linux/audio_mixer_manager_alsa_linux.h"
#include "rtc_base/logging.h"

View File

@ -8,8 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <assert.h>
#include "modules/audio_device/linux/audio_device_pulse_linux.h"
#include "modules/audio_device/linux/audio_mixer_manager_pulse_linux.h"
#include "rtc_base/checks.h"

View File

@ -10,7 +10,6 @@
#include "modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
#include <assert.h>
#include <libproc.h>
#include <string>

View File

@ -10,8 +10,6 @@
#include "modules/video_coding/packet.h"
#include <assert.h>
#include "modules/include/module_common_types.h"
namespace webrtc {

View File

@ -10,8 +10,6 @@
#include "rtc_base/synchronization/rw_lock_wrapper.h"
#include <assert.h>
#if defined(_WIN32)
#include "rtc_base/synchronization/rw_lock_win.h"
#else

View File

@ -10,8 +10,6 @@
#ifndef TEST_DIRECT_TRANSPORT_H_
#define TEST_DIRECT_TRANSPORT_H_
#include <assert.h>
#include <memory>
#include "api/call/transport.h"

View File

@ -10,7 +10,6 @@
#include "video/overuse_frame_detector.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>