Skip to content

Commit

Permalink
Remove memry.h from public API
Browse files Browse the repository at this point in the history
It is no longer needed by genericvector.h.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jun 23, 2018
1 parent 1a15178 commit 91522df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/ccutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 91522df

Please sign in to comment.