X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgraph.c;h=1f370cd9b6b4e6ed78d6bc196bc0df12742a4ffd;hp=cf5a4165fb6a4e730aa6f471c717af6245d56da5;hb=e26dd564163fca001ab1694a51e7412f9ac970de;hpb=72cd8938e2c759905666ea7d2c90dc1f0b2e2cd5 diff --git a/src/graph.c b/src/graph.c index cf5a4165..1f370cd9 100644 --- a/src/graph.c +++ b/src/graph.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: graph.c,v 1.2 2002/04/09 15:26:00 zarq Exp $ + $Id: graph.c,v 1.3 2002/04/13 11:07:12 zarq Exp $ */ /* We need to generate two trees from the graph: @@ -47,7 +47,6 @@ #include "config.h" #include -#include #include "config.h" #include #if defined(HAVE_FREEBSD) || defined(HAVE_OPENBSD) @@ -63,6 +62,7 @@ #include "edge.h" #include "connection.h" #include "process.h" +#include "logging.h" #include "system.h"