Skip to content

Commit

Permalink
Merge pull request #1698 from stweil/includes
Browse files Browse the repository at this point in the history
Remove unneeded include statements for scanutils.h
  • Loading branch information
egorpugin committed Jun 22, 2018
2 parents 640c225 + 484a1be commit da4ad15
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/ccmain/reject.cpp
Expand Up @@ -18,7 +18,6 @@
**********************************************************************/

#include "tessvars.h"
#include "scanutils.h"
#include <ctype.h>
#include <errno.h>
#include <cstring>
Expand Down
1 change: 0 additions & 1 deletion src/ccutil/params.cpp
Expand Up @@ -22,7 +22,6 @@
#include <stdlib.h>

#include "genericvector.h"
#include "scanutils.h"
#include "tprintf.h"
#include "params.h"

Expand Down
1 change: 0 additions & 1 deletion src/classify/clusttool.cpp
Expand Up @@ -21,7 +21,6 @@
#include "const.h"
#include "danerror.h"
#include "emalloc.h"
#include "scanutils.h"
#include <cstdio>
#include <cmath>

Expand Down
1 change: 0 additions & 1 deletion src/classify/cutoffs.cpp
Expand Up @@ -26,7 +26,6 @@
#include "efio.h"
#include "globals.h"
#include "helpers.h"
#include "scanutils.h"
#include "serialis.h"
#include "unichar.h"

Expand Down
1 change: 0 additions & 1 deletion src/classify/normmatch.cpp
Expand Up @@ -31,7 +31,6 @@
#include "globals.h"
#include "helpers.h"
#include "normfeat.h"
#include "scanutils.h"
#include "unicharset.h"
#include "params.h"

Expand Down
1 change: 0 additions & 1 deletion src/classify/protos.cpp
Expand Up @@ -30,7 +30,6 @@
#include "emalloc.h"
#include "callcpp.h"
#include "tprintf.h"
#include "scanutils.h"
#include "globals.h"
#include "classify.h"
#include "params.h"
Expand Down
1 change: 0 additions & 1 deletion src/dict/stopper.cpp
Expand Up @@ -33,7 +33,6 @@
#include "pageres.h"
#include "params.h"
#include "ratngs.h"
#include "scanutils.h"
#include "unichar.h"

/*----------------------------------------------------------------------------
Expand Down

0 comments on commit da4ad15

Please sign in to comment.