mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
motioncells: Remove unused includes
This commit is contained in:
parent
fdd9d8df00
commit
2acdb01bc9
2 changed files with 0 additions and 6 deletions
|
@ -49,10 +49,7 @@
|
||||||
//#endif
|
//#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <math.h>
|
|
||||||
#include <gst/gst.h>
|
|
||||||
#include "MotionCells.h"
|
#include "MotionCells.h"
|
||||||
#include <opencv2/imgproc/imgproc_c.h>
|
#include <opencv2/imgproc/imgproc_c.h>
|
||||||
|
|
||||||
|
|
|
@ -52,11 +52,8 @@
|
||||||
#ifdef HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H
|
#ifdef HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H
|
||||||
#include <opencv2/highgui/highgui_c.h> // includes highGUI definitions
|
#include <opencv2/highgui/highgui_c.h> // includes highGUI definitions
|
||||||
#endif
|
#endif
|
||||||
#include <iostream>
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cstdio>
|
|
||||||
#include <cmath>
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
//MotionCells defines
|
//MotionCells defines
|
||||||
|
|
Loading…
Reference in a new issue