~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to wordrec/plotseg.cpp

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 ** limitations under the License.
23
23
 *
24
24
 *********************************************************************************/
 
25
 
 
26
// Include automatically generated configuration file if running autoconf.
 
27
#ifdef HAVE_CONFIG_H
 
28
#include "config_auto.h"
 
29
#endif
 
30
 
 
31
#ifndef GRAPHICS_DISABLED
 
32
 
25
33
/*----------------------------------------------------------------------
26
34
              I n c l u d e s
27
35
----------------------------------------------------------------------*/
32
40
#include "const.h"
33
41
#include <math.h>
34
42
 
35
 
// Include automatically generated configuration file if running autoconf.
36
 
#ifdef HAVE_CONFIG_H
37
 
#include "config_auto.h"
38
 
#endif
39
 
 
40
 
#ifndef GRAPHICS_DISABLED
41
 
 
42
43
/*----------------------------------------------------------------------
43
44
              V a r i a b l e s
44
45
----------------------------------------------------------------------*/