From ae54b5244b223f34b20504719836ef4f946e8f9b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 30 Aug 2020 00:58:37 -0400 Subject: Update multihome.c --- multihome.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'multihome.c') diff --git a/multihome.c b/multihome.c index 80234fe..55a0396 100644 --- a/multihome.c +++ b/multihome.c @@ -1,6 +1,3 @@ -#include -#include -#include #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 +} -- cgit