tests: Remove pointless unistd include
authorSeungha Yang <seungha.yang@navercorp.com>
Sun, 30 Dec 2018 13:31:02 +0000 (22:31 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Sun, 30 Dec 2018 13:34:43 +0000 (22:34 +0900)
tests/check/elements/asfmux.c
tests/check/elements/camerabin.c
tests/check/elements/gdpdepay.c
tests/check/elements/gdppay.c

index 6cb3e6c..57526f8 100644 (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
index f7ae8e0..2cebc89 100644 (file)
@@ -25,7 +25,6 @@
 #  include "config.h"
 #endif
 
-#include <unistd.h>
 #include <glib.h>
 #include <glib/gstdio.h>
 #include <gst/gst.h>
index 0f7877f..a6bf973 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "config.h"
 #include <string.h>
-#include <unistd.h>
 
 #include <gst/check/gstcheck.h>
 #include <gst/audio/audio.h>
index 9db5a7d..d72a573 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "config.h"
 #include <string.h>
-#include <unistd.h>
 
 #include <gst/check/gstcheck.h>
 #include <gst/audio/audio.h>