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"