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

Remove useless C headers

This commit is contained in:
Vincent Rabaud
2025-01-13 15:05:55 +01:00
parent 6931a4cc06
commit bfb54aa691
15 changed files with 12 additions and 28 deletions
-1
View File
@@ -4,7 +4,6 @@
#include "precomp.hpp"
#include "opencv2/core/mat.hpp"
#include "opencv2/core/types_c.h"
#include "opencl_kernels_core.hpp"
#undef HAVE_IPP
-1
View File
@@ -4,7 +4,6 @@
#include "precomp.hpp"
#include "opencv2/core/mat.hpp"
#include "opencv2/core/types_c.h"
namespace cv {
-1
View File
@@ -6,7 +6,6 @@
#ifndef SRC_PERSISTENCE_HPP
#define SRC_PERSISTENCE_HPP
#include "opencv2/core/types_c.h"
#include <deque>
#include <sstream>
#include <string>