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

Merge pull request #29534 from vrabaud:persistence2

Do not include headers in cv namespace
This commit is contained in:
Alexander Smorkalov
2026-07-17 11:32:24 +03:00
committed by GitHub
+3 -3
View File
@@ -42,9 +42,6 @@
#include <unordered_map>
#include "zlib.h"
namespace cv
{
#ifdef HAVE_HARFBUZZ
#include <hb.h>
@@ -59,6 +56,9 @@ namespace cv
//////////////////////////////////////////////////////////////////////////////////////
namespace cv
{
typedef struct BuiltinFontData
{
const uchar* gzdata;