ipcpipeline: cleanup header includes

We are only using read(), write(), memcpy(), strlen() and errno
in ipcpipelinecomm.c. Everything else is glib/gstreamer.
This commit is contained in:
George Kiagiadakis 2017-09-04 16:00:02 +03:00
parent 15927b6511
commit 83883a5c18
4 changed files with 0 additions and 8 deletions

View file

@ -27,7 +27,6 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <gst/base/gstbytewriter.h>
#include <gst/gstprotection.h>
#include "gstipcpipelinecomm.h"

View file

@ -24,7 +24,6 @@
#ifndef __GST_IPC_PIPELINE_COMM_H__
#define __GST_IPC_PIPELINE_COMM_H__
#include <glib.h>
#include <gst/gst.h>
#include <gst/base/gstadapter.h>

View file

@ -73,9 +73,7 @@
# include "config.h"
#endif
#include <unistd.h>
#include "gstipcpipelinesink.h"
#include <string.h>
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,

View file

@ -40,10 +40,6 @@
# include "config.h"
#endif
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include "gstipcpipelinesrc.h"
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",