diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-06-19 00:52:12 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-06-19 00:52:12 -0700 |
| commit | 199cda12226ced147f4d60495b170bf22b0294e5 (patch) | |
| tree | 6b3ae5087736238c306e356f663a0796abe39a63 | |
| parent | 00a99738e8a88c5bf124093b569975378281389f (diff) | |
Removed unused import
| -rw-r--r-- | bb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ #include <limits.h> #include <poll.h> #include <signal.h> -#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
