mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove unused include statements for freelist.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
857d920c9b
commit
445befd3cb
@ -24,7 +24,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "emalloc.h"
|
||||
#include "freelist.h"
|
||||
#include "tprintf.h"
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
@ -29,7 +29,6 @@
|
||||
I n c l u d e s
|
||||
----------------------------------------------------------------------*/
|
||||
#include "oldlist.h"
|
||||
#include "freelist.h"
|
||||
#include "danerror.h"
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include "cutil.h"
|
||||
#include "dawg.h"
|
||||
#include "freelist.h"
|
||||
#include "globals.h"
|
||||
#include "ndminx.h"
|
||||
#include "stopper.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "dawg.h"
|
||||
#include "dict.h"
|
||||
#include "emalloc.h"
|
||||
#include "freelist.h"
|
||||
#include "helpers.h"
|
||||
#include "serialis.h"
|
||||
#include "trie.h"
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "callcpp.h"
|
||||
#include "const.h"
|
||||
#include "findseam.h"
|
||||
#include "freelist.h"
|
||||
#include "globals.h"
|
||||
#include "render.h"
|
||||
#include "pageres.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "gradechop.h"
|
||||
#include "plotedges.h"
|
||||
#include "outlines.h"
|
||||
#include "freelist.h"
|
||||
#include "seam.h"
|
||||
#include "wordrec.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "language_model.h"
|
||||
|
||||
#include "dawg.h"
|
||||
#include "freelist.h"
|
||||
#include "intproto.h"
|
||||
#include "helpers.h"
|
||||
#include "lm_state.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
----------------------------------------------------------------------*/
|
||||
|
||||
#include "blobs.h"
|
||||
#include "freelist.h"
|
||||
#include "helpers.h"
|
||||
#include "matrix.h"
|
||||
#include "ndminx.h"
|
||||
|
Loading…
Reference in New Issue
Block a user