mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove memry.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
1a151781ea
commit
91522dfba5
@ -358,7 +358,6 @@ install(FILES
|
||||
src/ccutil/genericvector.h
|
||||
src/ccutil/helpers.h
|
||||
src/ccutil/host.h
|
||||
src/ccutil/memry.h
|
||||
src/ccutil/params.h
|
||||
src/ccutil/ocrclass.h
|
||||
src/ccutil/platform.h
|
||||
|
@ -12,14 +12,14 @@ AM_CPPFLAGS += -DTESS_EXPORTS
|
||||
endif
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
genericvector.h helpers.h host.h memry.h \
|
||||
genericvector.h helpers.h host.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 genericheap.h globaloc.h \
|
||||
indexmapbidi.h kdpair.h lsterr.h \
|
||||
indexmapbidi.h kdpair.h lsterr.h memry.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