citrun

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

commit 47a6f9c46a9ccb1bea4bee16a63962fb1a0d39e3
parent 191a29084f7a80fa95a5e8b10afd10bc08d1956a
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 19 Jun 2016 13:28:20 -0600

src: remove unused #include's

Diffstat:
Msrc/inst_main.cc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/inst_main.cc b/src/inst_main.cc @@ -1,6 +1,4 @@ #include <err.h> -#include <fcntl.h> // open -#include <libgen.h> #include <string.h> #include <stdlib.h> // mkstemp, getenv #include <stdio.h> // tmpnam @@ -8,6 +6,7 @@ #ifdef __gnu_linux__ #include <bsd/stdlib.h> // setprogname #endif + #include <sys/stat.h> // stat #include <sys/time.h> // utimes #include <sys/wait.h> // waitpid