mirror of https://github.com/google/oss-fuzz.git
Remove reference to Eigen internal header. (#5852)
It's unnecessary, and internal headers are subject to change without notice.
This commit is contained in:
parent
28d9ea3a27
commit
b2201a0f18
|
@ -18,7 +18,6 @@
|
|||
#include <string>
|
||||
|
||||
#include "Eigen/Core"
|
||||
#include "Eigen/src/Core/Matrix.h"
|
||||
|
||||
using ::Eigen::Matrix;
|
||||
using ::Eigen::Dynamic;
|
||||
|
|
Loading…
Reference in New Issue