commit | a12c42a6b2d979c1bca1c4263354335fa6bd759d | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Wed Jul 25 16:05:48 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 25 14:59:26 2018 +0000 |
tree | d5650840162577e497b41d1825b9312675cf73ab | |
parent | e41c4335022e7a2804daf365670b918e26e0d5c6 [diff] [blame] |
Delete root header file typedef.h. Usage replaced with stdint.h, rtc_base/system/arch.h and rtc_base/system/unused.h, as appropriate. Bug: webrtc:6854 Change-Id: I97225465d14b969903d92979e2df3c3c05d35f18 Reviewed-on: https://webrtc-review.googlesource.com/90249 Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24100}
diff --git a/modules/audio_processing/test/protobuf_utils.cc b/modules/audio_processing/test/protobuf_utils.cc index 6ecc97e..c47f8ea 100644 --- a/modules/audio_processing/test/protobuf_utils.cc +++ b/modules/audio_processing/test/protobuf_utils.cc
@@ -9,7 +9,7 @@ */ #include "modules/audio_processing/test/protobuf_utils.h" -#include "typedefs.h" // NOLINT(build/include) +#include "rtc_base/system/arch.h" namespace webrtc {