From 86189b5fefd3cdeba3e4d6c0d12b159ea30e59ca Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 19 Feb 2015 16:36:42 -0500 Subject: [PATCH] Unneeded header --- openbr/plugins/imgproc/heatmap.cpp | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/imgproc/heatmap.cpp b/openbr/plugins/imgproc/heatmap.cpp index b0ceb4a..66623ba 100644 --- a/openbr/plugins/imgproc/heatmap.cpp +++ b/openbr/plugins/imgproc/heatmap.cpp @@ -1,7 +1,6 @@ #include "openbr/plugins/openbr_internal.h" #include "openbr/core/opencvutils.h" -#include #include using namespace cv; -- libgit2 0.21.4