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

« back to all changes in this revision

Viewing changes to ccstruct/statistc.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:
17
17
 *
18
18
 **********************************************************************/
19
19
 
 
20
// Include automatically generated configuration file if running autoconf.
 
21
#ifdef HAVE_CONFIG_H
 
22
#include "config_auto.h"
 
23
#endif
 
24
 
20
25
#include          "mfcpch.h"     //precompiled headers
21
26
#include          "statistc.h"
22
27
#include          <string.h>
26
31
#include          "scrollview.h"
27
32
#include          "tprintf.h"
28
33
 
29
 
// Include automatically generated configuration file if running autoconf.
30
 
#ifdef HAVE_CONFIG_H
31
 
#include "config_auto.h"
32
 
#endif
33
 
 
34
34
/**********************************************************************
35
35
 * STATS::STATS
36
36
 *