From 54b8ee8fd1f1b62fde850104fdd13ad68a9f14fd Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Mon, 1 Feb 2021 21:35:54 +0100 Subject: [PATCH] sort --- babeld/src/ubus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babeld/src/ubus.h b/babeld/src/ubus.h index be9059a..9c16e37 100644 --- a/babeld/src/ubus.h +++ b/babeld/src/ubus.h @@ -23,9 +23,9 @@ #include +struct babel_route; struct fd_set; struct neighbour; -struct babel_route; struct xroute; // Whether to enable ubus bindings (boolean option).