X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraph.c;h=e8e8baf4a0d1aef063ec59c89144358f2fc7bdcb;hb=04d33be4bd102de67bb6dba5c449e12fea0db4d2;hp=cf5a4165fb6a4e730aa6f471c717af6245d56da5;hpb=462ab530e546f5732dfd51134751da6f6910d679;p=tinc diff --git a/src/graph.c b/src/graph.c index cf5a4165..e8e8baf4 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.4 2002/04/28 12:46:26 zarq Exp $ */ /* We need to generate two trees from the graph: @@ -47,8 +47,7 @@ #include "config.h" #include -#include -#include "config.h" +#include #include #if defined(HAVE_FREEBSD) || defined(HAVE_OPENBSD) #include @@ -63,6 +62,7 @@ #include "edge.h" #include "connection.h" #include "process.h" +#include "logging.h" #include "system.h"