X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.c;h=f596eb6cf84a2fa6d785d42b70c4de5d01d08125;hb=1545909dcb3ac618754486f4ccd4d8f237d64bb7;hp=b6d4e124660aa66ee2452459c3411a49c641aee3;hpb=d6b45d005530496e48325a6174ecdd889a17bfc1;p=tinc diff --git a/src/process.c b/src/process.c index b6d4e124..f596eb6c 100644 --- a/src/process.c +++ b/src/process.c @@ -20,22 +20,15 @@ #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;