Don't needlessly include <iostream>.
iostream contains a static initializer and generally should be frowned upon. It also makes presubmit fire when touching this file. (But after removing this, they complain about streams, so it doesn't really solve that problem.) BUG=none Review URL: https://codereview.chromium.org/1626413002 Cr-Commit-Position: refs/heads/master@{#371496}
Showing
Please register or sign in to comment