diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-08-30 00:58:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 00:58:37 -0400 |
commit | ae54b5244b223f34b20504719836ef4f946e8f9b (patch) | |
tree | b55084b77c322f046fd73fc69e6033a167c91459 /multihome.c | |
parent | 4688d7b297cc6c87837a6c42853c39b5b3a1dd3e (diff) | |
download | multihome-ae54b5244b223f34b20504719836ef4f946e8f9b.tar.gz |
Update multihome.c
Diffstat (limited to 'multihome.c')
-rw-r--r-- | multihome.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multihome.c b/multihome.c index 80234fe..55a0396 100644 --- a/multihome.c +++ b/multihome.c @@ -1,6 +1,3 @@ -#include <wait.h> -#include <argp.h> -#include <time.h> #include "multihome.h" /** @@ -498,4 +495,4 @@ int main(int argc, char *argv[]) { } else { printf("%s\n", multihome.path_new); } -}
\ No newline at end of file +} |