X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fedge.h;h=0e951fa644a742ca8d5afbefaa958d07c00bb14c;hp=3fe8645adabe6b877930cdf9ad47212f5bc10781;hb=714fb32d0377ed9f5643ed8f0bd914843d12266b;hpb=5db596c6844169f1eb5f804b72abe99d067aaa5a diff --git a/src/edge.h b/src/edge.h index 3fe8645a..0e951fa6 100644 --- a/src/edge.h +++ b/src/edge.h @@ -17,17 +17,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: edge.h,v 1.1.2.13 2003/07/12 17:41:45 guus Exp $ + $Id: edge.h,v 1.1.2.16 2003/07/29 10:50:15 guus Exp $ */ #ifndef __TINC_EDGE_H__ #define __TINC_EDGE_H__ -#include - +#include "avl_tree.h" +#include "connection.h" #include "net.h" #include "node.h" -#include "connection.h" typedef struct edge_t { struct node_t *from;