Remove reference to Eigen internal header. (#5852)

It's unnecessary, and internal headers are subject to change without notice.
This commit is contained in:
C. Antonio Sánchez 2021-06-02 11:51:01 -07:00 committed by GitHub
parent 28d9ea3a27
commit b2201a0f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include <string>
#include "Eigen/Core"
#include "Eigen/src/Core/Matrix.h"
using ::Eigen::Matrix;
using ::Eigen::Dynamic;