From 0cb128d56b8251c4320d1ff19014ac2149bf6e73 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 21 Jun 2018 06:20:26 +0200 Subject: [PATCH] Remove errcode.h from public API It is no longer needed by genericvector.h. Signed-off-by: Stefan Weil --- src/ccutil/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ccutil/Makefile.am b/src/ccutil/Makefile.am index 071362bb5a..7c1dc463b9 100644 --- a/src/ccutil/Makefile.am +++ b/src/ccutil/Makefile.am @@ -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 \