From f491a90939dc050d78b66bce2ca35db222bd4b02 Mon Sep 17 00:00:00 2001 From: Nischal Sheth Date: Mon, 26 Sep 2016 21:20:16 -0700 Subject: [PATCH] Include bgp_ribout.h as the first file in bgp_ribout.cc Change-Id: I3da6feeb254607d835e308497a2f093d9a284f42 Partial-Bug: 1602347 --- src/bgp/bgp_ribout.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bgp/bgp_ribout.cc b/src/bgp/bgp_ribout.cc index 766bc2e7a6f..b7eac5c8ffc 100644 --- a/src/bgp/bgp_ribout.cc +++ b/src/bgp/bgp_ribout.cc @@ -2,6 +2,8 @@ * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ +#include "bgp/bgp_ribout.h" + #include #include @@ -11,7 +13,6 @@ #include "sandesh/sandesh_trace.h" #include "base/string_util.h" #include "bgp/bgp_peer_types.h" -#include "bgp/bgp_ribout.h" #include "bgp/bgp_ribout_updates.h" #include "bgp/bgp_export.h" #include "bgp/bgp_factory.h"