diff --git a/utilities/test_suite/rpp_test_suite_common.h b/utilities/test_suite/rpp_test_suite_common.h index f1613ae7d..2e77e0427 100644 --- a/utilities/test_suite/rpp_test_suite_common.h +++ b/utilities/test_suite/rpp_test_suite_common.h @@ -35,7 +35,6 @@ THE SOFTWARE. #include #include #include -#include using namespace cv; using namespace std; @@ -643,4 +642,4 @@ inline void compare_output(T* output, string funcName, RpptDescPtr srcDescPtr, R qaResults << status << std::endl; qaResults.close(); } -} \ No newline at end of file +}