mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-30 23:49:05 +08:00
Fix headers.
This commit is contained in:
parent
4f6ff85123
commit
a732565cad
@ -54,6 +54,7 @@
|
||||
#include <cfloat> // for FLT_MAX
|
||||
#include <cmath> // for ceil, floor, M_PI
|
||||
#include <cstdint> // for INT16_MAX, uint32_t, int32_t, int16_t
|
||||
#include <memory>
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include "ocrblock.h"
|
||||
#include "params.h"
|
||||
|
||||
#include <ctime>
|
||||
|
||||
struct Pix;
|
||||
|
||||
namespace tesseract {
|
||||
|
Loading…
Reference in New Issue
Block a user