diff --git a/src/ccutil/clst.h b/src/ccutil/clst.h index 0db089cf..1304b149 100644 --- a/src/ccutil/clst.h +++ b/src/ccutil/clst.h @@ -19,10 +19,12 @@ #ifndef CLST_H #define CLST_H -#include -#include "tesseract/serialis.h" #include "lsterr.h" +#include + +#include + class CLIST_ITERATOR; /********************************************************************** diff --git a/src/ccutil/params.h b/src/ccutil/params.h index b097451e..73b42255 100644 --- a/src/ccutil/params.h +++ b/src/ccutil/params.h @@ -19,10 +19,10 @@ #ifndef PARAMS_H #define PARAMS_H -#include +#include +#include -#include "tesseract/genericvector.h" -#include "tesseract/strngs.h" +#include namespace tesseract { diff --git a/src/classify/shapeclassifier.h b/src/classify/shapeclassifier.h index 21f9dcf8..5c061451 100644 --- a/src/classify/shapeclassifier.h +++ b/src/classify/shapeclassifier.h @@ -23,7 +23,7 @@ #ifndef TESSERACT_CLASSIFY_SHAPECLASSIFIER_H_ #define TESSERACT_CLASSIFY_SHAPECLASSIFIER_H_ -#include "tesseract/unichar.h" +#include template class GenericVector; struct Pix;