tests: Remove pointless unistd.h include

This commit is contained in:
Seungha Yang 2018-12-30 21:54:44 +09:00
parent 022fbe9a46
commit cc5ee5f673
24 changed files with 0 additions and 48 deletions

View file

@ -23,8 +23,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/base/gstbasetransform.h>
#include <gst/check/gstcheck.h>
#include <gst/audio/audio.h>

View file

@ -23,8 +23,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/audio/audio.h>
#include <gst/base/gstbasetransform.h>
#include <gst/check/gstcheck.h>

View file

@ -23,8 +23,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/audio/audio.h>
#include <gst/base/gstbasetransform.h>
#include <gst/check/gstcheck.h>

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/audio/audio.h>
#include <gst/base/gstbasetransform.h>
#include <gst/check/gstcheck.h>

View file

@ -20,7 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/check/gstcheck.h>

View file

@ -21,8 +21,6 @@
*/
/* Element-Checklist-Version: 5 */
#include <unistd.h>
#include <gst/gst.h>
#include <gst/check/gstcheck.h>

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/check/gstcheck.h>

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
/* suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/check/gstcheck.h>
#include <gst/base/gstadapter.h>
#include <gst/check/gstharness.h>

View file

@ -23,12 +23,10 @@
#endif
#include <glib/gstdio.h>
#include <unistd.h>
#include <gst/check/gstcheck.h>
#include <gst/video/video.h>
#include <stdlib.h>
#include <unistd.h>
static GList *mfs_messages = NULL;

View file

@ -24,10 +24,6 @@
#include <config.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <glib/gstdio.h>
#include <gst/check/gstcheck.h>

View file

@ -24,10 +24,6 @@
#include <config.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <glib/gstdio.h>
#include <gst/check/gstcheck.h>

View file

@ -22,7 +22,6 @@
#include <gst/audio/audio.h>
#include <gst/base/base.h>
#include <stdlib.h>
#include <unistd.h>
#define RELEASE_ELEMENT(x) if(x) {gst_object_unref(x); x = NULL;}

View file

@ -18,8 +18,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/check/gstcheck.h>
gboolean have_eos = FALSE;

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/audio/audio.h>
#include <gst/check/gstcheck.h>

View file

@ -24,12 +24,10 @@
#endif
#include <glib/gstdio.h>
#include <unistd.h>
#include <gst/check/gstcheck.h>
#include <gst/app/app.h>
#include <stdlib.h>
#include <unistd.h>
gchar *tmpdir = NULL;
GstClockTime first_ts;

View file

@ -19,7 +19,6 @@
#include <gst/check/gstcheck.h>
#include <gio/gio.h>
#include <stdlib.h>
#include <unistd.h>
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,

View file

@ -23,8 +23,6 @@
# include "config.h"
#endif
#include <unistd.h>
#include <gst/check/gstcheck.h>
typedef struct _GstVideoBoxTestContext

View file

@ -25,8 +25,6 @@
# include <valgrind/valgrind.h>
#endif
#include <unistd.h>
#include <gst/check/gstcheck.h>
#include <gst/video/video.h>
#include <gst/base/gstbasetransform.h>

View file

@ -20,7 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <stdarg.h>
#include <gst/video/video.h>

View file

@ -29,8 +29,6 @@
# include <valgrind/valgrind.h>
#endif
#include <unistd.h>
#include <gst/check/gstcheck.h>
#include <gst/check/gstconsistencychecker.h>
#include <gst/base/gstbasesrc.h>

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/check/gstcheck.h>
/* For ease of programming we use globals to keep refs for our floating

View file

@ -20,8 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <gst/check/gstcheck.h>
/* For ease of programming we use globals to keep refs for our floating

View file

@ -24,8 +24,6 @@
# include "config.h"
#endif
#include <unistd.h>
#include <gst/check/gstcheck.h>
static GList *elements = NULL;