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:
@@ -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
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "precomp.hpp"
|
||||
#include "opencv2/core/mat.hpp"
|
||||
#include "opencv2/core/types_c.h"
|
||||
|
||||
namespace cv {
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef SRC_PERSISTENCE_HPP
|
||||
#define SRC_PERSISTENCE_HPP
|
||||
|
||||
#include "opencv2/core/types_c.h"
|
||||
#include <deque>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user