X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.c;h=f3e190c29c47bc21fdc3dd29dd875b48127ada0e;hb=8c8dfd6686a3d4cc11c20a09c8dfbc8321b07cdb;hp=b6d4e124660aa66ee2452459c3411a49c641aee3;hpb=d6b45d005530496e48325a6174ecdd889a17bfc1;p=tinc diff --git a/src/process.c b/src/process.c index b6d4e124..f3e190c2 100644 --- a/src/process.c +++ b/src/process.c @@ -20,25 +20,17 @@ #include "system.h" -#include "conf.h" -#include "connection.h" -#include "control.h" -#include "device.h" -#include "edge.h" -#include "event.h" #include "logger.h" #include "names.h" -#include "net.h" -#include "node.h" #include "process.h" -#include "subnet.h" -#include "utils.h" -#include "xalloc.h" #include "version.h" +#ifdef HAVE_MINGW +#include "utils.h" +#endif + /* If zero, don't detach from the terminal. */ bool do_detach = true; -bool sigalrm = false; extern char **g_argv; extern bool use_logfile;