From 97c9f8d1982bfc635a29ad56289ef940400a3b10 Mon Sep 17 00:00:00 2001 From: Guo-wei Shieh Date: Mon, 22 Jun 2015 21:54:15 -0700 Subject: [PATCH] Remove iostream which causes a new static initializer TBR=pthatcher@webrtc.org BUG=webrtc:4576 Review URL: https://codereview.webrtc.org/1205553002. Cr-Commit-Position: refs/heads/master@{#9488} --- webrtc/p2p/stunprober/stunprober.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/p2p/stunprober/stunprober.cc b/webrtc/p2p/stunprober/stunprober.cc index 4a33444cc0..49f231b184 100644 --- a/webrtc/p2p/stunprober/stunprober.cc +++ b/webrtc/p2p/stunprober/stunprober.cc @@ -8,7 +8,6 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include #include #include #include