Skip to content

Commit e12b99d

Browse files
committed
Remove host.h from Tesseract API
It is not needed by other API header files. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 8a34da0 commit e12b99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ccutil/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ AM_CPPFLAGS += -DTESS_EXPORTS
1111
endif
1212

1313
pkginclude_HEADERS = \
14-
genericvector.h helpers.h host.h \
14+
genericvector.h helpers.h \
1515
ocrclass.h platform.h serialis.h strngs.h \
1616
tesscallback.h unichar.h
1717

1818
noinst_HEADERS = \
1919
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
2020
elst.h errcode.h fileerr.h fileio.h \
21-
genericheap.h globaloc.h \
21+
genericheap.h globaloc.h host.h \
2222
indexmapbidi.h kdpair.h lsterr.h \
2323
object_cache.h params.h qrsequence.h sorthelper.h \
2424
scanutils.h tessdatamanager.h tprintf.h \

0 commit comments

Comments
 (0)