1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +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
+1 -1
View File
@@ -45,7 +45,7 @@
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/utils/logger.hpp"
#include "opencv2/calib.hpp"
#include "opencv2/geometry.hpp"
#include "opencv2/imgproc.hpp"