1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Remove useless logger include from the public API

This creates a conflict with some internal Google lib defining
the same symbols.
This commit is contained in:
Vincent Rabaud
2026-07-01 10:47:40 +02:00
parent d36133b325
commit 68fb8aeb30
4 changed files with 2 additions and 3 deletions
@@ -6,7 +6,6 @@
#define OPENCV_2D_HPP
#include "opencv2/core.hpp"
#include "opencv2/core/utils/logger.hpp"
namespace cv {
@@ -7,7 +7,6 @@
#include "opencv2/core.hpp"
#include "opencv2/core/affine.hpp"
#include "opencv2/core/utils/logger.hpp"
#include "opencv2/geometry/segment.hpp"
/**