Internal cleanup. (#818)

Move the self header file after system header.
master
jie 2018-04-10 00:40:05 -07:00 committed by Wally B. Feed
parent a375153a21
commit 7689e6f186
1 changed files with 2 additions and 3 deletions

View File

@ -14,12 +14,11 @@
* limitations under the License.
*/
#include "cartographer_ros/msg_conversion.h"
#include "cartographer/transform/rigid_transform_test_helpers.h"
#include <cmath>
#include <random>
#include "cartographer/transform/rigid_transform_test_helpers.h"
#include "cartographer_ros/msg_conversion.h"
#include "cartographer_ros/time_conversion.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"