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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user