#include "alloca.h" -> #include "lib/alloca.h"
* Routing tables always contain only cached &rta's.
*/
-#include "alloca.h"
#include "nest/bird.h"
#include "nest/route.h"
#include "nest/protocol.h"
#include "nest/iface.h"
#include "nest/cli.h"
#include "nest/attrs.h"
+#include "lib/alloca.h"
#include "lib/resource.h"
#include "lib/string.h"
#include "conf/conf.h"
#include "filter/filter.h"
#include "lib/string.h"
-#include "alloca.h"
+#include "lib/alloca.h"
static slab *rte_slab;
static linpool *rte_update_pool;