citrun

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

commit c958edc205d0e3c6006e48196f5bf5e50990b322
parent efa8c2cb903191035eaf4705de71c02d9d7889aa
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Sat, 31 Dec 2016 00:10:42 -0800

src: remove unneeded #include

Diffstat:
Msrc/inst_action.cc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/inst_action.cc b/src/inst_action.cc @@ -17,7 +17,6 @@ #include "lib_h.h" #include <clang/Frontend/CompilerInstance.h> -#include <err.h> #include <fstream> #include <sstream> #include <string>