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:
theraysmith@gmail.com 2012-09-21 15:26:10 +00:00
parent 751f2ce173
commit f23460bec4
4 changed files with 7 additions and 17 deletions

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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;