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 <vector> // for std::vector
#include "allheaders.h" // for pixDestroy, boxCreate, boxaAddBox, box...
#include <allheaders.h> // for pixDestroy, boxCreate, boxaAddBox, box...
#ifdef HAVE_LIBCURL
#include <curl/curl.h>
#endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -48,7 +48,7 @@
#include "strngs.h" // for STRING
#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 <cstdio> // for FILE

View File

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

View File

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

View File

@ -32,7 +32,7 @@
#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 <algorithm> // for max, min

View File

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

View File

@ -31,7 +31,7 @@
#include "helpers.h" // for IntCastRounded, TRand, ClipToRange, Modulo
#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

View File

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

View File

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

View File

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

View File

@ -27,7 +27,7 @@
#include "quadlsq.h" // for QLSQ
#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)
namespace tesseract {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -51,7 +51,7 @@
#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 <cmath> // for ceil, floor, M_PI

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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