summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvsobel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstcvsobel.h')
-rw-r--r--ext/opencv/gstcvsobel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/opencv/gstcvsobel.h b/ext/opencv/gstcvsobel.h
index c6719a0a4..a7f306ad7 100644
--- a/ext/opencv/gstcvsobel.h
+++ b/ext/opencv/gstcvsobel.h
@@ -1,7 +1,7 @@
/*
* GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
- *
+ *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -44,8 +44,6 @@
#ifndef __GST_CV_SOBEL_H__
#define __GST_CV_SOBEL_H__
-#include <gst/gst.h>
-
#include <gstopencvvideofilter.h>
G_BEGIN_DECLS
@@ -74,7 +72,7 @@ struct _GstCvSobel
gint aperture_size;
};
-struct _GstCvSobelClass
+struct _GstCvSobelClass
{
GstOpencvVideoFilterClass parent_class;
};