mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 18:29:06 +08:00
Remove unused include statements
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
852dbe3530
commit
fcfdb7e56f
@ -33,7 +33,6 @@
|
||||
#include "rect.h" // for TBOX
|
||||
#include "scrollview.h" // for ScrollView, ScrollView::CYAN, ScrollView::NONE
|
||||
#include "serialis.h" // for TFile
|
||||
#include "svutil.h" // for SVSync
|
||||
#include "tprintf.h" // for tprintf
|
||||
|
||||
// Number of documents to read ahead while training. Doesn't need to be very
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "genericvector.h"
|
||||
#include "matrix.h"
|
||||
#include "networkio.h"
|
||||
#include "svutil.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "genericvector.h"
|
||||
#include "lstmtrainer.h"
|
||||
#include "strngs.h"
|
||||
#include "svutil.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user