diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-12-12 20:07:32 +0000 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-12-12 20:09:15 +0000 |
commit | 447c1b1395c846e45bab537583edecff42e5476c (patch) | |
tree | 6779b26c8d0f2817075ee406aa33af66f3b47540 /ext/opencv/gstmotioncells.cpp | |
parent | 892d8d515f060cb9124670c86c444ee077eaf4bc (diff) |
opencv: clean includes
The opencv element includes were full of duplicates and uneeded headers.
For example a few elements that stopped using gstcvopencvutils still
included that header file.
Diffstat (limited to 'ext/opencv/gstmotioncells.cpp')
-rw-r--r-- | ext/opencv/gstmotioncells.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/opencv/gstmotioncells.cpp b/ext/opencv/gstmotioncells.cpp index 77a806ce2..841b55a88 100644 --- a/ext/opencv/gstmotioncells.cpp +++ b/ext/opencv/gstmotioncells.cpp @@ -59,15 +59,7 @@ # include <config.h> #endif -#include <stdio.h> -#include <string.h> -#include <sys/time.h> -#include <time.h> -#include <limits.h> - -#include <glib.h> #include "gstmotioncells.h" -#include <gst/video/video.h> GST_DEBUG_CATEGORY_STATIC (gst_motion_cells_debug); #define GST_CAT_DEFAULT gst_motion_cells_debug |