Make core/internal.hpp a private header
This commit is contained in:
@@ -43,10 +43,6 @@
|
||||
#ifndef __OPENCV_PRECOMP_HPP__
|
||||
#define __OPENCV_PRECOMP_HPP__
|
||||
|
||||
#ifdef HAVE_CVCONFIG_H
|
||||
#include "cvconfig.h"
|
||||
#endif
|
||||
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
#include <ctime>
|
||||
@@ -57,6 +53,8 @@
|
||||
#include "opencv2/features2d.hpp"
|
||||
#include "opencv2/calib3d.hpp"
|
||||
|
||||
#include "opencv2/core/private.hpp"
|
||||
|
||||
// some aux. functions
|
||||
|
||||
inline float sqr(float x) { return x * x; }
|
||||
|
Reference in New Issue
Block a user