mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
Merge pull request #2651 from amitdo/legacy-blamer
'Disabled leagcy engine' build: don't include unused header
This commit is contained in:
commit
a7d2e3bc30
@ -22,7 +22,9 @@
|
||||
#include <cstdlib> // for abs
|
||||
#include "blobs.h" // for TPOINT, TWERD, TBLOB
|
||||
#include "errcode.h" // for ASSERT_HOST
|
||||
#if !defined(DISABLED_LEGACY_ENGINE)
|
||||
#include "lm_pain_points.h" // for LMPainPoints
|
||||
#endif
|
||||
#include "matrix.h" // for MATRIX
|
||||
#include "normalis.h" // for DENORM
|
||||
#include "pageres.h" // for WERD_RES
|
||||
|
Loading…
Reference in New Issue
Block a user