From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- tests/gtests/testing/mock_log.h | 2 +- tests/gtests/testing/testing.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gtests/testing') diff --git a/tests/gtests/testing/mock_log.h b/tests/gtests/testing/mock_log.h index e3414fa1533..7d0a94a4971 100644 --- a/tests/gtests/testing/mock_log.h +++ b/tests/gtests/testing/mock_log.h @@ -40,8 +40,8 @@ #include -#include "gmock/gmock.h" #include "glog/logging.h" +#include "gmock/gmock.h" // Needed to make the scoped mock log tests work without modification. namespace ceres { diff --git a/tests/gtests/testing/testing.h b/tests/gtests/testing/testing.h index 67138e4f874..32cb6e7f18a 100644 --- a/tests/gtests/testing/testing.h +++ b/tests/gtests/testing/testing.h @@ -3,8 +3,8 @@ #include -#include "glog/logging.h" #include "gflags/gflags.h" +#include "glog/logging.h" #include "gtest/gtest.h" #define EXPECT_V3_NEAR(a, b, eps) \ -- cgit v1.2.3