Skip to content

Commit

Permalink
Include bgp_ribout.h as the first file in bgp_ribout.cc
Browse files Browse the repository at this point in the history
Change-Id: I3da6feeb254607d835e308497a2f093d9a284f42
Partial-Bug: 1602347
  • Loading branch information
Nischal Sheth committed Sep 27, 2016
1 parent 4035b13 commit f491a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bgp/bgp_ribout.cc
Expand Up @@ -2,6 +2,8 @@
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
*/

#include "bgp/bgp_ribout.h"

#include <boost/bind.hpp>

#include <algorithm>
Expand All @@ -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"
Expand Down

0 comments on commit f491a90

Please sign in to comment.