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:
parent
f854552362
commit
433eafe1f5
@ -8,7 +8,6 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include "examples/peerconnection/server/data_socket.h"
|
#include "examples/peerconnection/server/data_socket.h"
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@ -11,7 +11,6 @@
|
|||||||
#ifndef EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
|
#ifndef EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
|
||||||
#define EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
|
#define EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifndef ARRAYSIZE
|
#ifndef ARRAYSIZE
|
||||||
|
|||||||
@ -17,8 +17,6 @@
|
|||||||
// references, where appropriate.
|
// references, where appropriate.
|
||||||
#include "modules/audio_coding/acm2/acm_codec_database.h"
|
#include "modules/audio_coding/acm2/acm_codec_database.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "rtc_base/checks.h"
|
#include "rtc_base/checks.h"
|
||||||
|
|
||||||
#if ((defined WEBRTC_CODEC_ISAC) && (defined WEBRTC_CODEC_ISACFX))
|
#if ((defined WEBRTC_CODEC_ISAC) && (defined WEBRTC_CODEC_ISACFX))
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/acm2/acm_receive_test.h"
|
#include "modules/audio_coding/acm2/acm_receive_test.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|||||||
@ -11,8 +11,6 @@
|
|||||||
#ifndef MODULES_AUDIO_CODING_NETEQ_ACCELERATE_H_
|
#ifndef MODULES_AUDIO_CODING_NETEQ_ACCELERATE_H_
|
||||||
#define 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/audio_multi_vector.h"
|
||||||
#include "modules/audio_coding/neteq/time_stretch.h"
|
#include "modules/audio_coding/neteq/time_stretch.h"
|
||||||
#include "rtc_base/constructormagic.h"
|
#include "rtc_base/constructormagic.h"
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/neteq/audio_multi_vector.h"
|
#include "modules/audio_coding/neteq/audio_multi_vector.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/neteq/audio_vector.h"
|
#include "modules/audio_coding/neteq/audio_vector.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/neteq/decoder_database.h"
|
#include "modules/audio_coding/neteq/decoder_database.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/neteq/dtmf_buffer.h"
|
#include "modules/audio_coding/neteq/dtmf_buffer.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <algorithm> // max
|
#include <algorithm> // max
|
||||||
|
|
||||||
#include "rtc_base/checks.h"
|
#include "rtc_base/checks.h"
|
||||||
|
|||||||
@ -11,8 +11,6 @@
|
|||||||
#ifndef MODULES_AUDIO_CODING_NETEQ_MERGE_H_
|
#ifndef MODULES_AUDIO_CODING_NETEQ_MERGE_H_
|
||||||
#define 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 "modules/audio_coding/neteq/audio_multi_vector.h"
|
||||||
#include "rtc_base/constructormagic.h"
|
#include "rtc_base/constructormagic.h"
|
||||||
|
|
||||||
|
|||||||
@ -11,8 +11,6 @@
|
|||||||
#ifndef MODULES_AUDIO_CODING_NETEQ_PREEMPTIVE_EXPAND_H_
|
#ifndef MODULES_AUDIO_CODING_NETEQ_PREEMPTIVE_EXPAND_H_
|
||||||
#define 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/audio_multi_vector.h"
|
||||||
#include "modules/audio_coding/neteq/time_stretch.h"
|
#include "modules/audio_coding/neteq/time_stretch.h"
|
||||||
#include "rtc_base/constructormagic.h"
|
#include "rtc_base/constructormagic.h"
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/neteq/tools/audio_loop.h"
|
#include "modules/audio_coding/neteq/tools/audio_loop.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/neteq/tools/rtc_event_log_source.h"
|
#include "modules/audio_coding/neteq/tools/rtc_event_log_source.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|||||||
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/test/TestStereo.h"
|
#include "modules/audio_coding/test/TestStereo.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "api/audio_codecs/builtin_audio_decoder_factory.h"
|
#include "api/audio_codecs/builtin_audio_decoder_factory.h"
|
||||||
|
|||||||
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/audio_coding/test/opus_test.h"
|
#include "modules/audio_coding/test/opus_test.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "api/audio_codecs/builtin_audio_decoder_factory.h"
|
#include "api/audio_codecs/builtin_audio_decoder_factory.h"
|
||||||
|
|||||||
@ -8,8 +8,6 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* 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/audio_device_config.h"
|
||||||
#include "modules/audio_device/linux/audio_device_pulse_linux.h"
|
#include "modules/audio_device/linux/audio_device_pulse_linux.h"
|
||||||
#include "rtc_base/checks.h"
|
#include "rtc_base/checks.h"
|
||||||
|
|||||||
@ -8,8 +8,6 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* 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_device_alsa_linux.h"
|
||||||
#include "modules/audio_device/linux/audio_mixer_manager_alsa_linux.h"
|
#include "modules/audio_device/linux/audio_mixer_manager_alsa_linux.h"
|
||||||
#include "rtc_base/logging.h"
|
#include "rtc_base/logging.h"
|
||||||
|
|||||||
@ -8,8 +8,6 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* 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_device_pulse_linux.h"
|
||||||
#include "modules/audio_device/linux/audio_mixer_manager_pulse_linux.h"
|
#include "modules/audio_device/linux/audio_mixer_manager_pulse_linux.h"
|
||||||
#include "rtc_base/checks.h"
|
#include "rtc_base/checks.h"
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
#include "modules/desktop_capture/mac/full_screen_chrome_window_detector.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <libproc.h>
|
#include <libproc.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include "modules/video_coding/packet.h"
|
#include "modules/video_coding/packet.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "modules/include/module_common_types.h"
|
#include "modules/include/module_common_types.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|||||||
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include "rtc_base/synchronization/rw_lock_wrapper.h"
|
#include "rtc_base/synchronization/rw_lock_wrapper.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#include "rtc_base/synchronization/rw_lock_win.h"
|
#include "rtc_base/synchronization/rw_lock_win.h"
|
||||||
#else
|
#else
|
||||||
|
|||||||
@ -10,8 +10,6 @@
|
|||||||
#ifndef TEST_DIRECT_TRANSPORT_H_
|
#ifndef TEST_DIRECT_TRANSPORT_H_
|
||||||
#define TEST_DIRECT_TRANSPORT_H_
|
#define TEST_DIRECT_TRANSPORT_H_
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "api/call/transport.h"
|
#include "api/call/transport.h"
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include "video/overuse_frame_detector.h"
|
#include "video/overuse_frame_detector.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user