Update include statements for external header file allheaders.h

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-02-13 10:17:20 +01:00
parent b091b09b4f
commit bc69e28de3
62 changed files with 62 additions and 62 deletions

View File

@ -80,7 +80,7 @@
#include <sstream> // for std::stringstream #include <sstream> // for std::stringstream
#include <vector> // for std::vector #include <vector> // for std::vector
#include "allheaders.h" // for pixDestroy, boxCreate, boxaAddBox, box... #include <allheaders.h> // for pixDestroy, boxCreate, boxaAddBox, box...
#ifdef HAVE_LIBCURL #ifdef HAVE_LIBCURL
#include <curl/curl.h> #include <curl/curl.h>
#endif #endif

View File

@ -24,7 +24,7 @@
#include <cerrno> // for errno #include <cerrno> // for errno
#include <iostream> #include <iostream>
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "dict.h" #include "dict.h"
#if defined(USE_OPENCL) #if defined(USE_OPENCL)

View File

@ -20,7 +20,7 @@
#include <cctype> #include <cctype>
#include <cerrno> #include <cerrno>
#include <cstring> #include <cstring>
#include "allheaders.h" #include <allheaders.h>
#include "boxread.h" #include "boxread.h"
#endif // ndef DISABLED_LEGACY_ENGINE #endif // ndef DISABLED_LEGACY_ENGINE
#include "pageres.h" #include "pageres.h"

View File

@ -17,7 +17,7 @@
#include "tesseractclass.h" #include "tesseractclass.h"
#include "allheaders.h" #include <allheaders.h>
#include "boxread.h" #include "boxread.h"
#include "imagedata.h" #include "imagedata.h"
#include "lstmrecognizer.h" #include "lstmrecognizer.h"

View File

@ -22,7 +22,7 @@
#include "pageres.h" #include "pageres.h"
#include "tesseractclass.h" #include "tesseractclass.h"
#include "allheaders.h" #include <allheaders.h>
#include "strngs.h" #include "strngs.h"

View File

@ -18,7 +18,7 @@
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
#include <tesseract/pageiterator.h> #include <tesseract/pageiterator.h>
#include "allheaders.h" #include <allheaders.h>
#include "helpers.h" #include "helpers.h"
#include "pageres.h" #include "pageres.h"
#include "tesseractclass.h" #include "tesseractclass.h"

View File

@ -29,7 +29,7 @@
#include "config_auto.h" #include "config_auto.h"
#endif #endif
#include "allheaders.h" #include <allheaders.h>
#include "blobbox.h" #include "blobbox.h"
#include "blread.h" #include "blread.h"
#include "colfind.h" #include "colfind.h"

View File

@ -24,7 +24,7 @@
#include "tesseractclass.h" #include "tesseractclass.h"
#include "unicharset.h" #include "unicharset.h"
#include "allheaders.h" #include <allheaders.h>
#include <set> #include <set>
#include <vector> #include <vector>

View File

@ -40,7 +40,7 @@
#include "tesseractclass.h" #include "tesseractclass.h"
#include "allheaders.h" #include <allheaders.h>
#include "edgblob.h" #include "edgblob.h"
#ifndef DISABLED_LEGACY_ENGINE #ifndef DISABLED_LEGACY_ENGINE
#include "equationdetect.h" #include "equationdetect.h"

View File

@ -48,7 +48,7 @@
#include "strngs.h" // for STRING #include "strngs.h" // for STRING
#include <tesseract/unichar.h> // for UNICHAR_ID #include <tesseract/unichar.h> // for UNICHAR_ID
#include "allheaders.h" // for pixDestroy, pixGetWidth, pixGetHe... #include <allheaders.h> // for pixDestroy, pixGetWidth, pixGetHe...
#include <cstdint> // for int16_t, int32_t, uint16_t #include <cstdint> // for int16_t, int32_t, uint16_t
#include <cstdio> // for FILE #include <cstdio> // for FILE

View File

@ -16,7 +16,7 @@
// //
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/thresholder.h> #include <tesseract/thresholder.h>

View File

@ -30,7 +30,7 @@
#include "helpers.h" // for UpdateRange, IntCastRounded #include "helpers.h" // for UpdateRange, IntCastRounded
#include "allheaders.h" // for pixGetHeight, pixGetPixel #include <allheaders.h> // for pixGetHeight, pixGetPixel
#include <algorithm> // for max, min #include <algorithm> // for max, min
#include <cstdint> // for INT32_MAX, INT16_MAX #include <cstdint> // for INT32_MAX, INT16_MAX

View File

@ -32,7 +32,7 @@
#include "helpers.h" // for ClipToRange, IntCastRounded, Modulo #include "helpers.h" // for ClipToRange, IntCastRounded, Modulo
#include "allheaders.h" // for pixSetPixel, pixGetData, pixRasterop, pixGe... #include <allheaders.h> // for pixSetPixel, pixGetData, pixRasterop, pixGe...
#include "pix.h" // for Pix (ptr only), PIX_DST, PIX_NOT #include "pix.h" // for Pix (ptr only), PIX_DST, PIX_NOT
#include <algorithm> // for max, min #include <algorithm> // for max, min

View File

@ -1,7 +1,7 @@
#ifndef TESSERACT_CCSTRUCT_DEBUGPIXA_H_ #ifndef TESSERACT_CCSTRUCT_DEBUGPIXA_H_
#define TESSERACT_CCSTRUCT_DEBUGPIXA_H_ #define TESSERACT_CCSTRUCT_DEBUGPIXA_H_
#include "allheaders.h" #include <allheaders.h>
namespace tesseract { namespace tesseract {

View File

@ -31,7 +31,7 @@
#include "helpers.h" // for IntCastRounded, TRand, ClipToRange, Modulo #include "helpers.h" // for IntCastRounded, TRand, ClipToRange, Modulo
#include "serialis.h" // for TFile #include "serialis.h" // for TFile
#include "allheaders.h" // for pixDestroy, pixGetHeight, pixGetWidth, lept_... #include <allheaders.h> // for pixDestroy, pixGetHeight, pixGetWidth, lept_...
#include <cinttypes> // for PRId64 #include <cinttypes> // for PRId64

View File

@ -19,7 +19,7 @@
#include "normalis.h" #include "normalis.h"
#include "allheaders.h" #include <allheaders.h>
#include "blobs.h" #include "blobs.h"
#include "helpers.h" #include "helpers.h"
#include "matrix.h" #include "matrix.h"

View File

@ -20,7 +20,7 @@
#include "otsuthr.h" #include "otsuthr.h"
#include <cstring> #include <cstring>
#include "allheaders.h" #include <allheaders.h>
#include "helpers.h" #include "helpers.h"
#if defined(USE_OPENCL) #if defined(USE_OPENCL)
#include "openclwrapper.h" // for OpenclDevice #include "openclwrapper.h" // for OpenclDevice

View File

@ -23,7 +23,7 @@
#include "pdblock.h" #include "pdblock.h"
#include "allheaders.h" #include <allheaders.h>
#include <cstdlib> #include <cstdlib>
#include <cinttypes> // for PRId32 #include <cinttypes> // for PRId32

View File

@ -27,7 +27,7 @@
#include "quadlsq.h" // for QLSQ #include "quadlsq.h" // for QLSQ
#include "quadratc.h" // for QUAD_COEFFS #include "quadratc.h" // for QUAD_COEFFS
#include "allheaders.h" // for pixRenderPolyline, pixGetDepth, pixGetHeight #include <allheaders.h> // for pixRenderPolyline, pixGetDepth, pixGetHeight
#include "pix.h" // for L_CLEAR_PIXELS, L_SET_PIXELS, Pix (ptr only) #include "pix.h" // for L_CLEAR_PIXELS, L_SET_PIXELS, Pix (ptr only)
namespace tesseract { namespace tesseract {

View File

@ -27,7 +27,7 @@
#include "genericvector.h" // for GenericVector #include "genericvector.h" // for GenericVector
#include "allheaders.h" // for pixCreate, pixGetDepth #include <allheaders.h> // for pixCreate, pixGetDepth
namespace tesseract { namespace tesseract {

View File

@ -31,7 +31,7 @@
#include "helpers.h" #include "helpers.h"
#include "allheaders.h" #include <allheaders.h>
#include <cmath> // for M_PI #include <cmath> // for M_PI
#include <mutex> // for std::mutex #include <mutex> // for std::mutex

View File

@ -26,7 +26,7 @@
#include "normfeat.h" #include "normfeat.h"
#include "shapetable.h" #include "shapetable.h"
#include "allheaders.h" #include <allheaders.h>
#include <cmath> // for M_PI #include <cmath> // for M_PI

View File

@ -17,7 +17,7 @@
#include "input.h" #include "input.h"
#include "allheaders.h" #include <allheaders.h>
#include "imagedata.h" #include "imagedata.h"
#include "pageres.h" #include "pageres.h"
#include "scrollview.h" #include "scrollview.h"

View File

@ -22,7 +22,7 @@
#include "lstmrecognizer.h" #include "lstmrecognizer.h"
#include "allheaders.h" #include <allheaders.h>
#include "dict.h" #include "dict.h"
#include "genericheap.h" #include "genericheap.h"
#include "helpers.h" #include "helpers.h"

View File

@ -26,7 +26,7 @@
// This base class needs to know about all its sub-classes because of the // This base class needs to know about all its sub-classes because of the
// factory deserializing method: CreateFromFile. // factory deserializing method: CreateFromFile.
#include "allheaders.h" #include <allheaders.h>
#include "convolve.h" #include "convolve.h"
#include "fullyconnected.h" #include "fullyconnected.h"
#include "input.h" #include "input.h"

View File

@ -19,7 +19,7 @@
#include "networkio.h" #include "networkio.h"
#include <cfloat> // for FLT_MAX #include <cfloat> // for FLT_MAX
#include "allheaders.h" #include <allheaders.h>
#include "functions.h" #include "functions.h"
#include "statistc.h" #include "statistc.h"
#include "tprintf.h" #include "tprintf.h"

View File

@ -19,7 +19,7 @@
#include "tfnetwork.h" #include "tfnetwork.h"
#include "allheaders.h" #include <allheaders.h>
#include "input.h" #include "input.h"
#include "networkscratch.h" #include "networkscratch.h"

View File

@ -12,7 +12,7 @@
#define TESSERACT_OPENCL_OPENCLWRAPPER_H_ #define TESSERACT_OPENCL_OPENCLWRAPPER_H_
#include <cstdio> #include <cstdio>
#include "allheaders.h" #include <allheaders.h>
#include "pix.h" #include "pix.h"
#include "tprintf.h" #include "tprintf.h"

View File

@ -27,7 +27,7 @@
#include <algorithm> #include <algorithm>
#include <cfloat> // for FLT_MAX #include <cfloat> // for FLT_MAX
#include <cmath> // for M_PI #include <cmath> // for M_PI
#include "allheaders.h" #include <allheaders.h>
#include "blobbox.h" #include "blobbox.h"
#include "detlinefit.h" #include "detlinefit.h"
#include "drawtord.h" #include "drawtord.h"

View File

@ -27,7 +27,7 @@
#include "rect.h" #include "rect.h"
#include "scrollview.h" #include "scrollview.h"
#include "allheaders.h" #include <allheaders.h>
class BLOCK; class BLOCK;

View File

@ -28,7 +28,7 @@
#include "statistc.h" #include "statistc.h"
#include "tordmain.h" #include "tordmain.h"
#include "allheaders.h" #include <allheaders.h>
namespace tesseract { namespace tesseract {

View File

@ -13,7 +13,7 @@
#ifndef TESSERACT_TEXTORD_DEVNAGARI_PROCESSING_H_ #ifndef TESSERACT_TEXTORD_DEVNAGARI_PROCESSING_H_
#define TESSERACT_TEXTORD_DEVNAGARI_PROCESSING_H_ #define TESSERACT_TEXTORD_DEVNAGARI_PROCESSING_H_
#include "allheaders.h" #include <allheaders.h>
#include "ocrblock.h" #include "ocrblock.h"
#include "params.h" #include "params.h"

View File

@ -17,7 +17,7 @@
// //
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
#include "allheaders.h" #include <allheaders.h>
#include "blobbox.h" #include "blobbox.h"
#include "equationdetectbase.h" #include "equationdetectbase.h"

View File

@ -28,7 +28,7 @@
#include "statistc.h" #include "statistc.h"
#include "params.h" #include "params.h"
#include "allheaders.h" #include <allheaders.h>
#include <algorithm> #include <algorithm>

View File

@ -31,7 +31,7 @@
#include "openclwrapper.h" // for OpenclDevice #include "openclwrapper.h" // for OpenclDevice
#endif #endif
#include "allheaders.h" #include <allheaders.h>
#include <algorithm> #include <algorithm>

View File

@ -22,7 +22,7 @@
#include "edgloop.h" #include "edgloop.h"
#include "pdblock.h" #include "pdblock.h"
#include "allheaders.h" #include <allheaders.h>
#include <memory> // std::unique_ptr #include <memory> // std::unique_ptr

View File

@ -24,7 +24,7 @@
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include "allheaders.h" #include <allheaders.h>
#include "colpartitionset.h" #include "colpartitionset.h"
#include "tablerecog.h" #include "tablerecog.h"

View File

@ -16,7 +16,7 @@
#endif #endif
#include "textlineprojection.h" #include "textlineprojection.h"
#include "allheaders.h" #include <allheaders.h>
#include "bbgrid.h" // Base class. #include "bbgrid.h" // Base class.
#include "blobbox.h" // BlobNeighourDir. #include "blobbox.h" // BlobNeighourDir.
#include "blobs.h" #include "blobs.h"

View File

@ -51,7 +51,7 @@
#include "genericvector.h" // for PointerVector, GenericVector #include "genericvector.h" // for PointerVector, GenericVector
#include "allheaders.h" // for pixDestroy, pixGetHeight, boxCreate #include <allheaders.h> // for pixDestroy, pixGetHeight, boxCreate
#include <cfloat> // for FLT_MAX #include <cfloat> // for FLT_MAX
#include <cmath> // for ceil, floor, M_PI #include <cmath> // for ceil, floor, M_PI

View File

@ -59,7 +59,7 @@ void ParseArguments(int* argc, char ***argv) {
#else #else
#include "allheaders.h" #include <allheaders.h>
#include "ccutil.h" #include "ccutil.h"
#include "classify.h" #include "classify.h"
#include "cluster.h" #include "cluster.h"

View File

@ -24,7 +24,7 @@
#include "mastertrainer.h" #include "mastertrainer.h"
#include <cmath> #include <cmath>
#include <ctime> #include <ctime>
#include "allheaders.h" #include <allheaders.h>
#include "boxread.h" #include "boxread.h"
#include "classify.h" #include "classify.h"
#include "errorcounter.h" #include "errorcounter.h"

View File

@ -20,7 +20,7 @@
#include <algorithm> #include <algorithm>
#include "trainingsampleset.h" #include "trainingsampleset.h"
#include "allheaders.h" #include <allheaders.h>
#include "boxread.h" #include "boxread.h"
#include "fontinfo.h" #include "fontinfo.h"
#include "indexmapbidi.h" #include "indexmapbidi.h"

View File

@ -21,7 +21,7 @@
#include "degradeimage.h" #include "degradeimage.h"
#include <cstdlib> #include <cstdlib>
#include "allheaders.h" // from leptonica #include <allheaders.h> // from leptonica
#include "genericvector.h" #include "genericvector.h"
#include "helpers.h" // For TRand. #include "helpers.h" // For TRand.
#include "rect.h" #include "rect.h"

View File

@ -20,7 +20,7 @@
#ifndef TESSERACT_TRAINING_DEGRADEIMAGE_H_ #ifndef TESSERACT_TRAINING_DEGRADEIMAGE_H_
#define TESSERACT_TRAINING_DEGRADEIMAGE_H_ #define TESSERACT_TRAINING_DEGRADEIMAGE_H_
#include "allheaders.h" #include <allheaders.h>
#include "genericvector.h" #include "genericvector.h"
#include "helpers.h" // For TRand. #include "helpers.h" // For TRand.
#include "rect.h" #include "rect.h"

View File

@ -26,7 +26,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "allheaders.h" // from Leptonica #include <allheaders.h> // from Leptonica
#include <tesseract/export.h> #include <tesseract/export.h>
struct Box; struct Box;

View File

@ -20,7 +20,7 @@
#include "stringrenderer.h" #include "stringrenderer.h"
#include "allheaders.h" // from leptonica #include <allheaders.h> // from leptonica
#include "boxchar.h" #include "boxchar.h"
#include "ligature_table.h" #include "ligature_table.h"
#include "normstrngs.h" #include "normstrngs.h"

View File

@ -38,7 +38,7 @@
#include "tlog.h" #include "tlog.h"
#include "unicharset.h" #include "unicharset.h"
#include "allheaders.h" // from leptonica #include <allheaders.h> // from leptonica
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>

View File

@ -25,7 +25,7 @@
#include "lstmtrainer.h" #include "lstmtrainer.h"
#include <string> #include <string>
#include "allheaders.h" #include <allheaders.h>
#include "boxread.h" #include "boxread.h"
#include "ctc.h" #include "ctc.h"
#include "imagedata.h" #include "imagedata.h"

View File

@ -26,7 +26,7 @@
#include "svutil.h" // for SVNetwork #include "svutil.h" // for SVNetwork
#include "allheaders.h" #include <allheaders.h>
#include <algorithm> #include <algorithm>
#include <climits> #include <climits>

View File

@ -30,7 +30,7 @@
#include <string> #include <string>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "include_gunit.h" #include "include_gunit.h"
#include "allheaders.h" #include <allheaders.h>
namespace tesseract { namespace tesseract {

View File

@ -10,7 +10,7 @@
// limitations under the License. // limitations under the License.
#include <string> #include <string>
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "boxread.h" #include "boxread.h"
#include "rect.h" #include "rect.h"

View File

@ -18,7 +18,7 @@
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "allheaders.h" #include <allheaders.h>
#include "absl/strings/ascii.h" #include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h" #include "absl/strings/str_cat.h"
#include "gmock/gmock-matchers.h" #include "gmock/gmock-matchers.h"

View File

@ -27,7 +27,7 @@
#include <tensorflow/core/lib/core/threadpool.h> #include <tensorflow/core/lib/core/threadpool.h>
#endif #endif
#include "absl/strings/ascii.h" // for absl::StripAsciiWhitespace #include "absl/strings/ascii.h" // for absl::StripAsciiWhitespace
#include "allheaders.h" #include <allheaders.h>
#include "include_gunit.h" #include "include_gunit.h"
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "commandlineflags.h" #include "commandlineflags.h"

View File

@ -15,7 +15,7 @@
#include "equationdetect.h" #include "equationdetect.h"
#include "tesseractclass.h" #include "tesseractclass.h"
#include "allheaders.h" #include <allheaders.h>
#include <memory> #include <memory>
#include <string> #include <string>

View File

@ -14,7 +14,7 @@
#include "include_gunit.h" #include "include_gunit.h"
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "coutln.h" #include "coutln.h"
#include "log.h" // for LOG #include "log.h" // for LOG

View File

@ -9,7 +9,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "lstm_test.h" #include "lstm_test.h"

View File

@ -24,7 +24,7 @@
#include <string> #include <string>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "include_gunit.h" #include "include_gunit.h"
#include "allheaders.h" #include <allheaders.h>
namespace tesseract { namespace tesseract {

View File

@ -15,7 +15,7 @@
#include <unistd.h> // for access #include <unistd.h> // for access
#endif #endif
#include <string> #include <string>
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "helpers.h" #include "helpers.h"
#include "log.h" #include "log.h"

View File

@ -21,7 +21,7 @@
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include <tesseract/ocrclass.h> #include <tesseract/ocrclass.h>
#include "allheaders.h" #include <allheaders.h>
#include "gmock/gmock.h" #include "gmock/gmock.h"
#include <fstream> #include <fstream>

View File

@ -1,7 +1,7 @@
#include <tesseract/resultiterator.h> #include <tesseract/resultiterator.h>
#include <string> #include <string>
#include "allheaders.h" #include <allheaders.h>
#include <tesseract/baseapi.h> #include <tesseract/baseapi.h>
#include "genericvector.h" #include "genericvector.h"
#include "scrollview.h" #include "scrollview.h"

View File

@ -18,7 +18,7 @@
#include "strngs.h" #include "strngs.h"
#include "absl/strings/str_split.h" // for absl::StrSplit #include "absl/strings/str_split.h" // for absl::StrSplit
#include "allheaders.h" #include <allheaders.h>
#include <memory> #include <memory>
#include <string> #include <string>

View File

@ -14,7 +14,7 @@
#include "absl/strings/ascii.h" #include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h" #include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h" #include "absl/strings/str_split.h"
#include "allheaders.h" #include <allheaders.h>
#include "include_gunit.h" #include "include_gunit.h"
#include "log.h" // for LOG #include "log.h" // for LOG