summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvequalizehist.cpp
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2015-12-12 20:07:32 +0000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2015-12-12 20:09:15 +0000
commit447c1b1395c846e45bab537583edecff42e5476c (patch)
tree6779b26c8d0f2817075ee406aa33af66f3b47540 /ext/opencv/gstcvequalizehist.cpp
parent892d8d515f060cb9124670c86c444ee077eaf4bc (diff)
downloadgstreamer-plugins-bad-447c1b1395c846e45bab537583edecff42e5476c.tar.gz
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/gstcvequalizehist.cpp')
-rw-r--r--ext/opencv/gstcvequalizehist.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/opencv/gstcvequalizehist.cpp b/ext/opencv/gstcvequalizehist.cpp
index 0ea723f15..c92497fc2 100644
--- a/ext/opencv/gstcvequalizehist.cpp
+++ b/ext/opencv/gstcvequalizehist.cpp
@@ -45,9 +45,6 @@
# include <config.h>
#endif
-#include <gst/gst.h>
-
-#include "gstopencvutils.h"
#include "gstcvequalizehist.h"
#include <opencv2/imgproc/imgproc_c.h>