From 4c02bc33ee74737bf6b2b63cc6cc207c61de7233 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 21 Feb 2014 04:19:03 -0600 Subject: [PATCH] Removed unused includes in main --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8375f26..3bd3c49 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,9 +20,7 @@ #include -#include #include - #include #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp"