mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 19:19:05 +08:00
Deleted lots of dead code, including PBLOB
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@563 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
33b346991a
commit
ec39052274
@ -27,6 +27,7 @@
|
||||
|
||||
#include "associate.h"
|
||||
#include "baseline.h"
|
||||
#include "normalis.h"
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
|
@ -18,9 +18,10 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "mfcpch.h"
|
||||
#include "debugwin.h"
|
||||
#include "werd.h"
|
||||
#include "drawfx.h"
|
||||
#include "debugwin.h"
|
||||
#include "normalis.h"
|
||||
#include "werd.h"
|
||||
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
Loading…
Reference in New Issue
Block a user