X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Ftincd.c;h=82b5550661d99a4788cd784c5029507be2425c1a;hb=b3b89e46b1b84fa6cf1726fabe9e9c7bb0d3d831;hp=56ed2f0c1adb940bff41381c2419f243b9e71c67;hpb=06a4a8c153407b690a3ce3f0e7fdaa8568ccb1a3;p=meshlink diff --git a/src/tincd.c b/src/tincd.c index 56ed2f0c..82b55506 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -48,7 +48,6 @@ #include "conf.h" #include "control.h" #include "crypto.h" -#include "device.h" #include "logger.h" #include "names.h" #include "net.h" @@ -397,7 +396,7 @@ int main2(int argc, char **argv) { } #endif - /* Setup sockets and open device. */ + /* Setup sockets. */ if(!setup_network()) goto end;