Skip to content

Commit

Permalink
Remove host.h from Tesseract API
Browse files Browse the repository at this point in the history
It is not needed by other API header files.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 22, 2019
1 parent 8a34da0 commit e12b99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ccutil/Makefile.am
Expand Up @@ -11,14 +11,14 @@ AM_CPPFLAGS += -DTESS_EXPORTS
endif

pkginclude_HEADERS = \
genericvector.h helpers.h host.h \
genericvector.h helpers.h \
ocrclass.h platform.h serialis.h strngs.h \
tesscallback.h unichar.h

noinst_HEADERS = \
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
elst.h errcode.h fileerr.h fileio.h \
genericheap.h globaloc.h \
genericheap.h globaloc.h host.h \
indexmapbidi.h kdpair.h lsterr.h \
object_cache.h params.h qrsequence.h sorthelper.h \
scanutils.h tessdatamanager.h tprintf.h \
Expand Down

0 comments on commit e12b99d

Please sign in to comment.