[flang] Remove #includes that were used for debugging.

Original-commit: flang-compiler/f18@828ee8c2f0
Reviewed-on: https://github.com/flang-compiler/f18/pull/9
Tree-same-pre-rewrite: false
This commit is contained in:
peter klausler 2018-02-13 17:04:13 -08:00 committed by GitHub
parent 050abcafc4
commit 3bdf65c3fd
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#include "source.h"
#include <map>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include <utility>

View File

@ -5,7 +5,6 @@
#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <iostream> // TODO pmk rm
#include <memory>
#include <sys/mman.h>
#include <sys/stat.h>