citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 1975b2e1cd59b90a94a708613c101be212774cb8
parent 312b05e01189aa907c6b96808726e12be2c810c7
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  1 Aug 2016 11:31:14 -0600

src: remove unused iostream includes

Diffstat:
Msrc/af_unix.cc | 1-
Msrc/inst_action.cc | 1-
Msrc/runtime.cc | 1-
3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/af_unix.cc b/src/af_unix.cc @@ -20,7 +20,6 @@ #include <err.h> // err #include <cstring> // memset, strlcpy #include <fcntl.h> // fcntl, F_GETFL -#include <iostream> #include <stdexcept> #include <system_error> // system_error #include <unistd.h> // close, read diff --git a/src/inst_action.cc b/src/inst_action.cc @@ -16,7 +16,6 @@ #include <clang/Frontend/CompilerInstance.h> #include <err.h> #include <fstream> -#include <iostream> #include <sstream> #include <string> diff --git a/src/runtime.cc b/src/runtime.cc @@ -15,7 +15,6 @@ // #include <cassert> #include <err.h> -#include <iostream> #include <fstream> #include "runtime.hh"