mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove stderr.h and its include statements
MEMORY_OUT is no longer used. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
db7f2009d9
commit
9bb5a87760
@ -24,16 +24,15 @@
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#include "stderr.h"
|
||||
#include "basedir.h"
|
||||
#include "tessvars.h"
|
||||
#include "control.h"
|
||||
#include "reject.h"
|
||||
#include "pageres.h"
|
||||
#include "nwmain.h"
|
||||
#include "pgedit.h"
|
||||
#include "tprintf.h"
|
||||
#include "tessedit.h"
|
||||
#include "basedir.h"
|
||||
#include "tessvars.h"
|
||||
#include "control.h"
|
||||
#include "reject.h"
|
||||
#include "pageres.h"
|
||||
#include "nwmain.h"
|
||||
#include "pgedit.h"
|
||||
#include "tprintf.h"
|
||||
#include "tessedit.h"
|
||||
#include "stopper.h"
|
||||
#include "intmatcher.h"
|
||||
#include "chop.h"
|
||||
|
@ -20,7 +20,7 @@ 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 \
|
||||
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h stderr.h \
|
||||
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h \
|
||||
scanutils.h tessdatamanager.h tprintf.h \
|
||||
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
|
||||
universalambigs.h
|
||||
|
@ -1,26 +0,0 @@
|
||||
/**********************************************************************
|
||||
* File: stderr.h (Formerly stderrs.h)
|
||||
* Description: File defining error messages fundamental of commonly used.
|
||||
* Author: Ray Smith
|
||||
* Created: Fri Aug 10 15:23:14 BST 1990
|
||||
*
|
||||
* (C) Copyright 1990, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef STDERR_H
|
||||
#define STDERR_H
|
||||
|
||||
#include "errcode.h"
|
||||
|
||||
const ERRCODE MEMORY_OUT = "Out of memory";
|
||||
#endif
|
@ -1,8 +1,8 @@
|
||||
/**********************************************************************
|
||||
* File: fpchop.cpp (Formerly fp_chop.c)
|
||||
* Description: Code to chop fixed pitch text into character cells.
|
||||
* Author: Ray Smith
|
||||
* Created: Thu Sep 16 11:14:15 BST 1993
|
||||
* Author: Ray Smith
|
||||
* Created: Thu Sep 16 11:14:15 BST 1993
|
||||
*
|
||||
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -17,7 +17,6 @@
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#include "stderr.h"
|
||||
#include "blobbox.h"
|
||||
#include "statistc.h"
|
||||
#include "drawtord.h"
|
||||
|
@ -1,8 +1,8 @@
|
||||
/**********************************************************************
|
||||
* File: makerow.cpp (Formerly makerows.c)
|
||||
* Description: Code to arrange blobs into rows of text.
|
||||
* Author: Ray Smith
|
||||
* Created: Mon Sep 21 14:34:48 BST 1992
|
||||
* Author: Ray Smith
|
||||
* Created: Mon Sep 21 14:34:48 BST 1992
|
||||
*
|
||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -18,7 +18,6 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include <vector> // for std::vector
|
||||
#include "stderr.h"
|
||||
#include "blobbox.h"
|
||||
#include "ccstruct.h"
|
||||
#include "detlinefit.h"
|
||||
|
@ -1,8 +1,8 @@
|
||||
/**********************************************************************
|
||||
* File: topitch.cpp (Formerly to_pitch.c)
|
||||
* Description: Code to determine fixed pitchness and the pitch if fixed.
|
||||
* Author: Ray Smith
|
||||
* Created: Tue Aug 24 16:57:29 BST 1993
|
||||
* Author: Ray Smith
|
||||
* Created: Tue Aug 24 16:57:29 BST 1993
|
||||
*
|
||||
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -17,7 +17,6 @@
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#include "stderr.h"
|
||||
#include "blobbox.h"
|
||||
#include "statistc.h"
|
||||
#include "drawtord.h"
|
||||
|
@ -1,8 +1,8 @@
|
||||
/**********************************************************************
|
||||
* File: tordmain.cpp (Formerly textordp.c)
|
||||
* Description: C++ top level textord code.
|
||||
* Author: Ray Smith
|
||||
* Created: Tue Jul 28 17:12:33 BST 1992
|
||||
* Author: Ray Smith
|
||||
* Created: Tue Jul 28 17:12:33 BST 1992
|
||||
*
|
||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -21,7 +21,6 @@
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#include "stderr.h"
|
||||
#include "globaloc.h"
|
||||
#include "blread.h"
|
||||
#include "blobbox.h"
|
||||
|
@ -1,8 +1,8 @@
|
||||
/**********************************************************************
|
||||
* File: wordseg.cpp (Formerly wspace.c)
|
||||
* Description: Code to segment the blobs into words.
|
||||
* Author: Ray Smith
|
||||
* Created: Fri Oct 16 11:32:28 BST 1992
|
||||
* Author: Ray Smith
|
||||
* Created: Fri Oct 16 11:32:28 BST 1992
|
||||
*
|
||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -17,7 +17,6 @@
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#include "stderr.h"
|
||||
#include "blobbox.h"
|
||||
#include "statistc.h"
|
||||
#include "drawtord.h"
|
||||
|
Loading…
Reference in New Issue
Block a user