From 445befd3cbb91e74697661d5dcbb5461ef08699f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 22 Apr 2017 16:25:33 +0200 Subject: [PATCH] Remove unused include statements for freelist.h Signed-off-by: Stefan Weil --- cutil/bitvec.cpp | 1 - cutil/structures.h | 1 - dict/permdawg.cpp | 1 - training/wordlist2dawg.cpp | 1 - wordrec/chopper.cpp | 1 - wordrec/findseam.cpp | 1 - wordrec/language_model.cpp | 1 - wordrec/pieces.cpp | 1 - 8 files changed, 8 deletions(-) diff --git a/cutil/bitvec.cpp b/cutil/bitvec.cpp index fadb4b44d..c8d228c9d 100644 --- a/cutil/bitvec.cpp +++ b/cutil/bitvec.cpp @@ -24,7 +24,6 @@ #include #include "emalloc.h" -#include "freelist.h" #include "tprintf.h" /*----------------------------------------------------------------------------- diff --git a/cutil/structures.h b/cutil/structures.h index c7e0cde91..6b974df86 100644 --- a/cutil/structures.h +++ b/cutil/structures.h @@ -29,7 +29,6 @@ I n c l u d e s ----------------------------------------------------------------------*/ #include "oldlist.h" -#include "freelist.h" #include "danerror.h" /*---------------------------------------------------------------------- diff --git a/dict/permdawg.cpp b/dict/permdawg.cpp index 71e2deca4..0c8f9e2c1 100644 --- a/dict/permdawg.cpp +++ b/dict/permdawg.cpp @@ -28,7 +28,6 @@ #include "cutil.h" #include "dawg.h" -#include "freelist.h" #include "globals.h" #include "ndminx.h" #include "stopper.h" diff --git a/training/wordlist2dawg.cpp b/training/wordlist2dawg.cpp index f502ea194..96395a5a8 100644 --- a/training/wordlist2dawg.cpp +++ b/training/wordlist2dawg.cpp @@ -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" diff --git a/wordrec/chopper.cpp b/wordrec/chopper.cpp index dfda3e918..8f10bed8b 100644 --- a/wordrec/chopper.cpp +++ b/wordrec/chopper.cpp @@ -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" diff --git a/wordrec/findseam.cpp b/wordrec/findseam.cpp index dd2de6e69..3236a0003 100644 --- a/wordrec/findseam.cpp +++ b/wordrec/findseam.cpp @@ -29,7 +29,6 @@ #include "gradechop.h" #include "plotedges.h" #include "outlines.h" -#include "freelist.h" #include "seam.h" #include "wordrec.h" diff --git a/wordrec/language_model.cpp b/wordrec/language_model.cpp index a18c0a0bd..2828b6916 100644 --- a/wordrec/language_model.cpp +++ b/wordrec/language_model.cpp @@ -23,7 +23,6 @@ #include "language_model.h" #include "dawg.h" -#include "freelist.h" #include "intproto.h" #include "helpers.h" #include "lm_state.h" diff --git a/wordrec/pieces.cpp b/wordrec/pieces.cpp index f7b406d5b..23a202118 100644 --- a/wordrec/pieces.cpp +++ b/wordrec/pieces.cpp @@ -27,7 +27,6 @@ ----------------------------------------------------------------------*/ #include "blobs.h" -#include "freelist.h" #include "helpers.h" #include "matrix.h" #include "ndminx.h"