Remove unused headers.

This commit is contained in:
Egor Pugin 2021-04-23 02:06:06 +03:00
parent 740d10b61b
commit d6cdc521e5
3 changed files with 0 additions and 3 deletions

View File

@ -45,7 +45,6 @@
#include <tesseract/publictypes.h> // for OcrEngineMode, PageSegMode, OEM_L...
#include <tesseract/unichar.h> // for UNICHAR_ID
#include "genericvector.h" // for PointerVector
#include <allheaders.h> // for pixDestroy, pixGetWidth, pixGetHe...

View File

@ -31,7 +31,6 @@
#include "werd.h" // for WERD, W_BOL, W_EOL
#include <tesseract/unichar.h> // for UNICHAR_ID, INVALID_UNICHAR_ID
#include "genericvector.h" // for PointerVector (ptr only)
#include <sys/types.h> // for int8_t
#include <cstdint> // for int32_t, int16_t

View File

@ -28,7 +28,6 @@
#include "dawg.h"
#include "dict.h"
#include "genericheap.h"
#include "genericvector.h"
#include "kdpair.h"
#include "networkio.h"
#include "ratngs.h"