Drop no-longer-needed iostream header from src/builtin_read.cpp

This commit is contained in:
Mahmoud Al-Qudsi 2017-10-07 00:35:52 +02:00
parent 4780b28a93
commit 8ffc3ab242

View file

@ -2,7 +2,6 @@
#include "config.h" // IWYU pragma: keep
#include <errno.h>
#include <iostream>
#include <limits.h>
#include <stddef.h>
#include <stdio.h>