mirror of
https://github.com/opencv/opencv.git
synced 2024-11-23 18:50:21 +08:00
Change header names from .hh -> .hpp to be "GLOB"ed by CMakeLists.txt and appear in interface
This commit is contained in:
parent
fd14d83916
commit
88169e7214
@ -8,7 +8,7 @@
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <iterator>
|
||||
#include "opencv2/core/detail/util.hh"
|
||||
#include "opencv2/core/detail/util.hpp"
|
||||
#include "opencv2/core/detail/cpp_features.hpp"
|
||||
|
||||
//This opencv feature requires certain C++14 features
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "opencv2/core.hpp"
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include "opencv2/core/detail/util.hh"
|
||||
#include "opencv2/core/detail/util.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "opencv2/core/detail/pointer-tuple-replacer.hpp"
|
||||
#include "opencv2/core/detail/variadic-continuous-checker.hpp"
|
||||
#include "opencv2/core/detail/cpp_features.hpp"
|
||||
#include "opencv2/core/detail/util.hh"
|
||||
#include "opencv2/core/detail/util.hpp"
|
||||
#include <tuple>
|
||||
|
||||
//This opencv feature requires return type auto a C++14 feature
|
@ -2,7 +2,7 @@
|
||||
// It is subject to the license terms in the LICENSE file found in the top-level directory
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
#include "test_precomp.hpp"
|
||||
#include "opencv2/core/stl/algorithm.hh"
|
||||
#include "opencv2/core/stl/algorithm.hpp"
|
||||
#include "opencv2/core.hpp"
|
||||
#include "opencv2/core/detail/cpp_features.hpp"
|
||||
#include <numeric>
|
||||
|
Loading…
Reference in New Issue
Block a user