[Olsr-dev] [olsrd] [PATCH v1 08/29] gateway: fixup includes
Ferry Huberts
(spam-protected)
Tue Jul 24 18:08:57 CEST 2012
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
src/gateway_default_handler.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/gateway_default_handler.c b/src/gateway_default_handler.c
index c17a94c..91dc2ef 100644
--- a/src/gateway_default_handler.c
+++ b/src/gateway_default_handler.c
@@ -6,17 +6,12 @@
*/
#ifdef linux
+#include "gateway_default_handler.h"
+
#include "defs.h"
#include "gateway.h"
-#include "gateway_default_handler.h"
-#include "scheduler.h"
-#include "tc_set.h"
-#include "log.h"
#include "lq_plugin.h"
-#include "assert.h"
-
-
static uint32_t gw_def_nodecount;
static uint32_t gw_def_stablecount;
static bool gw_def_finished_ipv4;
--
1.7.10.4
More information about the Olsr-dev
mailing list