mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +08:00
Remove unused include statements for tprintf.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
2f3b377891
commit
68caca6951
@ -25,7 +25,6 @@
|
||||
#include "classify.h"
|
||||
#include "intproto.h"
|
||||
#include "params.h"
|
||||
#include "tprintf.h"
|
||||
|
||||
#include <cmath> // for M_PI
|
||||
#include <cstdio>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "networkio.h"
|
||||
#include "serialis.h"
|
||||
#include "static_shape.h"
|
||||
#include "tprintf.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "include_gunit.h"
|
||||
#include "matrix.h"
|
||||
#include "simddetect.h"
|
||||
#include "tprintf.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "include_gunit.h"
|
||||
|
||||
#include "helpers.h"
|
||||
#include "tprintf.h"
|
||||
|
||||
#include "functions.h"
|
||||
#include "lang_model_helpers.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "include_gunit.h"
|
||||
#include "log.h" // for LOG
|
||||
#include "serialis.h"
|
||||
#include "tprintf.h"
|
||||
#include "unicharcompress.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
Loading…
Reference in New Issue
Block a user