From eaf1208e9d5c5a15e4b23de936830520bf3b5685 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 10 Sep 2002 22:13:01 +0000 Subject: [PATCH] Fix placement of #include "config.h" --- lib/utils.c | 4 ++-- src/connection.c | 3 +-- src/edge.c | 3 +-- src/graph.c | 3 +-- src/net.h | 6 +++--- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/lib/utils.c b/lib/utils.c index 3b1abc37..79e32080 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -18,12 +18,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "config.h" + #include #include #include -#include "config.h" - #include #include #include diff --git a/src/connection.c b/src/connection.c index a35d4f0a..b9a3c237 100644 --- a/src/connection.c +++ b/src/connection.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: connection.c,v 1.1.2.34 2002/09/09 22:32:30 guus Exp $ + $Id: connection.c,v 1.1.2.35 2002/09/10 22:12:33 guus Exp $ */ #include "config.h" @@ -32,7 +32,6 @@ #include "net.h" /* Don't ask. */ #include "netutl.h" -#include "config.h" #include "conf.h" #include #include "subnet.h" diff --git a/src/edge.c b/src/edge.c index 9cc9df83..0a47f8c8 100644 --- a/src/edge.c +++ b/src/edge.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: edge.c,v 1.1.2.17 2002/09/09 22:32:30 guus Exp $ + $Id: edge.c,v 1.1.2.18 2002/09/10 22:12:33 guus Exp $ */ #include "config.h" @@ -31,7 +31,6 @@ #include "net.h" /* Don't ask. */ #include "netutl.h" -#include "config.h" #include "conf.h" #include #include "subnet.h" diff --git a/src/graph.c b/src/graph.c index feb9d009..b7c285fa 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.1.2.20 2002/09/10 09:40:21 guus Exp $ + $Id: graph.c,v 1.1.2.21 2002/09/10 22:12:33 guus Exp $ */ /* We need to generate two trees from the graph: @@ -48,7 +48,6 @@ #include #include -#include "config.h" #include #ifdef HAVE_SYS_PARAM_H #include diff --git a/src/net.h b/src/net.h index 08b0aea8..490cdcf3 100644 --- a/src/net.h +++ b/src/net.h @@ -17,12 +17,14 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.53 2002/09/09 21:24:36 guus Exp $ + $Id: net.h,v 1.9.4.54 2002/09/10 22:12:33 guus Exp $ */ #ifndef __TINC_NET_H__ #define __TINC_NET_H__ +#include "config.h" + #include #include #include @@ -32,8 +34,6 @@ #include #endif -#include "config.h" - #ifdef ENABLE_JUMBOGRAMS #define MTU 9014 /* 9000 bytes payload + 14 bytes ethernet header */ #define MAXSIZE 9100 /* MTU + header (seqno) and trailer (CBC padding and HMAC) */ -- 2.20.1