Comment 14 for bug 1543758

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/30270
Committed: http://github.com/Juniper/contrail-controller/commit/1d8f306ce7bcddf10d6317c31e6373aa1958f52a
Submitter: Zuul (<email address hidden>)
Branch: master

commit 1d8f306ce7bcddf10d6317c31e6373aa1958f52a
Author: mkheni <email address hidden>
Date: Sat Apr 8 18:46:30 2017 -0700

Made Sandesh auto-generated header files self contained.

Sandesh auto-generated header files were not self-contained. for example, rtarget_group.cc which includes bgp_peer_types.h does not
compile unless the following files are included prior to it.

Added code to include these files in all auto-generated header files to solve the issue. And Hence, there is no need to include them twice.

Change-Id: I54e04871cee1724a9437f6640b03ffdcc7ddd547
Closes-Bug: #1543758