mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Consistently use quotes to include Eigen
This makes these files match the convention in the rest of the codebase. Change-Id: I3a0634274e0e604c575dd3c78fa87f485770e7ff
This commit is contained in:
committed by
Keir Mierle
parent
c2da96082b
commit
237eb17bdd
@@ -35,7 +35,7 @@
|
||||
#ifndef CERES_PUBLIC_TINY_SOLVER_AUTODIFF_FUNCTION_H_
|
||||
#define CERES_PUBLIC_TINY_SOLVER_AUTODIFF_FUNCTION_H_
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include "Eigen/Core"
|
||||
|
||||
#include "ceres/jet.h"
|
||||
#include "ceres/types.h" // For kImpossibleValue.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#ifndef CERES_PUBLIC_TINY_SOLVER_COST_FUNCTION_ADAPTER_H_
|
||||
#define CERES_PUBLIC_TINY_SOLVER_COST_FUNCTION_ADAPTER_H_
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include "Eigen/Core"
|
||||
#include "ceres/cost_function.h"
|
||||
#include "glog/logging.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user