remove unused stringstream import

No-Try: true
Bug: webrtc:8982
Change-Id: I24537a3d4fab2d0caa4e62ed791c9939be8e4567
Reviewed-on: https://webrtc-review.googlesource.com/77120
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23550}
This commit is contained in:
Jonas Olsson
2018-05-16 13:57:47 +02:00
committed by Commit Bot
parent 0428d37305
commit 25b41f8c11

View File

@ -15,7 +15,6 @@
#include <stdio.h>
#include <algorithm>
#include <sstream>
#include <string>
#include "modules/remote_bitrate_estimator/include/bwe_defines.h"