Remove unused include statement

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-12-26 23:04:06 +01:00
parent df227caa87
commit 6727aae7e9

View File

@ -28,7 +28,6 @@
#include <cfloat> // for FLT_MAX
#include <cmath> // for M_PI
#include <array> // for std::array
#include <vector> // for std::vector
namespace tesseract {