mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove errcode.h from public API
It is no longer needed by genericvector.h. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
44450094c3
commit
0cb128d56b
@ -12,13 +12,14 @@ AM_CPPFLAGS += -DTESS_EXPORTS
|
||||
endif
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
errcode.h genericvector.h helpers.h host.h memry.h \
|
||||
genericvector.h helpers.h host.h memry.h \
|
||||
ndminx.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 fileerr.h genericheap.h globaloc.h indexmapbidi.h kdpair.h lsterr.h \
|
||||
elst.h errcode.h fileerr.h genericheap.h globaloc.h \
|
||||
indexmapbidi.h kdpair.h lsterr.h \
|
||||
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h stderr.h \
|
||||
scanutils.h tessdatamanager.h tprintf.h \
|
||||
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
|
||||
|
Loading…
Reference in New Issue
Block a user