Skip to content

Commit

Permalink
Remove unused include statements for freelist.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 1, 2017
1 parent 857d920 commit 445befd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion cutil/bitvec.cpp
Expand Up @@ -24,7 +24,6 @@
#include <stdio.h>

#include "emalloc.h"
#include "freelist.h"
#include "tprintf.h"

/*-----------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion cutil/structures.h
Expand Up @@ -29,7 +29,6 @@
I n c l u d e s
----------------------------------------------------------------------*/
#include "oldlist.h"
#include "freelist.h"
#include "danerror.h"

/*----------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion dict/permdawg.cpp
Expand Up @@ -28,7 +28,6 @@

#include "cutil.h"
#include "dawg.h"
#include "freelist.h"
#include "globals.h"
#include "ndminx.h"
#include "stopper.h"
Expand Down
1 change: 0 additions & 1 deletion training/wordlist2dawg.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion wordrec/chopper.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion wordrec/findseam.cpp
Expand Up @@ -29,7 +29,6 @@
#include "gradechop.h"
#include "plotedges.h"
#include "outlines.h"
#include "freelist.h"
#include "seam.h"
#include "wordrec.h"

Expand Down
1 change: 0 additions & 1 deletion wordrec/language_model.cpp
Expand Up @@ -23,7 +23,6 @@
#include "language_model.h"

#include "dawg.h"
#include "freelist.h"
#include "intproto.h"
#include "helpers.h"
#include "lm_state.h"
Expand Down
1 change: 0 additions & 1 deletion wordrec/pieces.cpp
Expand Up @@ -27,7 +27,6 @@
----------------------------------------------------------------------*/

#include "blobs.h"
#include "freelist.h"
#include "helpers.h"
#include "matrix.h"
#include "ndminx.h"
Expand Down

0 comments on commit 445befd

Please sign in to comment.