mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
ClangTidy fixes
Change-Id: I127f50920ee1f1754b94763b5d3cb01a24aa28cb
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "ceres/autodiff_cost_function.h"
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "ceres/types.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace ceres::internal {
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "ceres/numeric_diff_options.h"
|
||||
#include "ceres/types.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace ceres::internal {
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#include <algorithm>
|
||||
#include <cfenv>
|
||||
#include <cmath>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "ceres/stringprintf.h"
|
||||
#include "ceres/test_util.h"
|
||||
|
||||
Reference in New Issue
Block a user