From c6ffa5059de3a4ed63c2ce3336670edefc80fe2f Mon Sep 17 00:00:00 2001 From: Adrien BAK Date: Wed, 8 Oct 2014 11:18:14 +0900 Subject: [PATCH] remove useless includes --- modules/photo/src/seamless_cloning.cpp | 5 ----- modules/photo/src/seamless_cloning_impl.cpp | 3 --- 2 files changed, 8 deletions(-) diff --git a/modules/photo/src/seamless_cloning.cpp b/modules/photo/src/seamless_cloning.cpp index 20457e991..da0227b9f 100644 --- a/modules/photo/src/seamless_cloning.cpp +++ b/modules/photo/src/seamless_cloning.cpp @@ -39,14 +39,9 @@ // //M*/ -#include #include "precomp.hpp" #include "opencv2/photo.hpp" #include "opencv2/highgui.hpp" -#include - -#include - #include "seamless_cloning.hpp" diff --git a/modules/photo/src/seamless_cloning_impl.cpp b/modules/photo/src/seamless_cloning_impl.cpp index 6314d1c6b..a9696f8eb 100644 --- a/modules/photo/src/seamless_cloning_impl.cpp +++ b/modules/photo/src/seamless_cloning_impl.cpp @@ -42,9 +42,6 @@ #include "seamless_cloning.hpp" #include "opencv2/highgui.hpp" -#include -#include - using namespace cv; using namespace std;