1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #10962 from alalek:dnn_precomp_hpp

This commit is contained in:
Alexander Alekhin
2018-03-02 11:38:16 +00:00
10 changed files with 6 additions and 8 deletions
+1
View File
@@ -5,6 +5,7 @@
// Copyright (C) 2017, Intel Corporation, all rights reserved.
// Third party copyrights are property of their respective owners.
#include "test_precomp.hpp"
#include "npy_blob.hpp"
namespace cv
-1
View File
@@ -7,7 +7,6 @@
#ifndef __OPENCV_DNN_TEST_NPY_BLOB_HPP__
#define __OPENCV_DNN_TEST_NPY_BLOB_HPP__
#include "test_precomp.hpp"
namespace cv
{