motioncells: Remove unused includes
This commit is contained in:
parent
fdd9d8df00
commit
2acdb01bc9
@ -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…
x
Reference in New Issue
Block a user