X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgraph.c;h=4de9181cce5f6df78c69670d7d9f784312798630;hb=1545909dcb3ac618754486f4ccd4d8f237d64bb7;hp=a774eacc2ab86e62d9090826b4795daacad98ec3;hpb=5bccbe14e20d375300b2c195090152ed86a9e437;p=tinc diff --git a/src/graph.c b/src/graph.c index a774eacc..4de9181c 100644 --- a/src/graph.c +++ b/src/graph.c @@ -45,20 +45,16 @@ #include "system.h" #include "connection.h" -#include "device.h" #include "edge.h" #include "graph.h" #include "list.h" #include "logger.h" -#include "names.h" #include "netutl.h" #include "node.h" #include "protocol.h" #include "script.h" #include "subnet.h" -#include "utils.h" #include "xalloc.h" -#include "graph.h" /* Implementation of Kruskal's algorithm. Running time: O(EN)