Skip to content

Commit 5c6ac61

Browse files
committed
remove unused includes
1 parent 27f0f2e commit 5c6ac61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/api/tesseractmain.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@
2626

2727
#include "allheaders.h"
2828
#include "baseapi.h"
29-
#include "basedir.h"
3029
#include "dict.h"
3130
#if defined(USE_OPENCL)
3231
#include "openclwrapper.h" // for OpenclDevice
3332
#endif
34-
#include "osdetect.h"
3533
#include "renderer.h"
3634
#include "simddetect.h"
37-
#include "strngs.h"
3835
#include "tprintf.h" // for tprintf
3936

4037
#ifdef _OPENMP

0 commit comments

Comments
 (0)