mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
Removed config_auto.h from .h files
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@748 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
751f2ce173
commit
f23460bec4
@ -31,11 +31,6 @@
|
||||
#include "textord.h"
|
||||
#include "wordrec.h"
|
||||
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
class PAGE_RES;
|
||||
class PAGE_RES_IT;
|
||||
class BLOCK_LIST;
|
||||
@ -431,9 +426,9 @@ class Tesseract : public Wordrec {
|
||||
BOOL8 word_bln_display(BLOCK* block, ROW* row, WERD_RES* word_res);
|
||||
BOOL8 word_blank_and_set_display(BLOCK* block, ROW* row, WERD_RES* word_res);
|
||||
BOOL8 word_set_display(BLOCK* block, ROW* row, WERD_RES* word_res);
|
||||
//#ifndef GRAPHICS_DISABLED
|
||||
// #ifndef GRAPHICS_DISABLED
|
||||
BOOL8 word_dumper(BLOCK* block, ROW* row, WERD_RES* word_res);
|
||||
//#endif // GRAPHICS_DISABLED
|
||||
// #endif // GRAPHICS_DISABLED
|
||||
//// reject.h //////////////////////////////////////////////////////////
|
||||
void make_reject_map( //make rej map for wd //detailed results
|
||||
WERD_RES *word,
|
||||
|
@ -23,6 +23,11 @@
|
||||
#include "linlsq.h"
|
||||
#include "werd.h"
|
||||
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#define FIRST_COLOUR ScrollView::RED //< first rainbow colour
|
||||
#define LAST_COLOUR ScrollView::AQUAMARINE //< last rainbow colour
|
||||
#define CHILD_COLOUR ScrollView::BROWN //< colour of children
|
||||
|
@ -27,11 +27,6 @@
|
||||
#include "blckerr.h"
|
||||
#include "stepblob.h"
|
||||
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
enum WERD_FLAGS
|
||||
{
|
||||
W_SEGMENTED, //< correctly segmented
|
||||
|
@ -36,11 +36,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
class ScrollView;
|
||||
class SVNetwork;
|
||||
class SVMutex;
|
||||
|
Loading…
Reference in New Issue
Block a user