From f190fb3984c350c5491ea377fdc7ddad4bb68d59 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 9 Oct 2014 20:44:58 -0400 Subject: [PATCH] Removed unused header reference --- src/openalpr/textdetection/characteranalysis.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openalpr/textdetection/characteranalysis.h b/src/openalpr/textdetection/characteranalysis.h index 35dff6f..7940f93 100644 --- a/src/openalpr/textdetection/characteranalysis.h +++ b/src/openalpr/textdetection/characteranalysis.h @@ -21,7 +21,6 @@ #define OPENALPR_CHARACTERANALYSIS_H #include "opencv2/imgproc/imgproc.hpp" -#include "constants.h" #include "utility.h" #include "config.h" #include "pipeline_data.h"