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:
Rodrigo Queiro
2018-01-12 10:43:18 +01:00
committed by Keir Mierle
parent c2da96082b
commit 237eb17bdd
3 changed files with 3 additions and 3 deletions
@@ -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"