mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
remove some useless includes in .h
This commit is contained in:
parent
eb84682e92
commit
b95ceeb09b
5 changed files with 3 additions and 5 deletions
|
@ -36,7 +36,6 @@
|
||||||
#include <gst/gstenumtypes.h>
|
#include <gst/gstenumtypes.h>
|
||||||
#include <gst/gstversion.h>
|
#include <gst/gstversion.h>
|
||||||
|
|
||||||
#include <gst/gstatomicqueue.h>
|
|
||||||
#include <gst/gstbin.h>
|
#include <gst/gstbin.h>
|
||||||
#include <gst/gstbuffer.h>
|
#include <gst/gstbuffer.h>
|
||||||
#include <gst/gstbufferlist.h>
|
#include <gst/gstbufferlist.h>
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
#endif
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "gstatomicqueue.h"
|
||||||
|
#include "gstpoll.h"
|
||||||
#include "gstinfo.h"
|
#include "gstinfo.h"
|
||||||
#include "gstquark.h"
|
#include "gstquark.h"
|
||||||
#include "gstvalue.h"
|
#include "gstvalue.h"
|
||||||
|
|
|
@ -24,9 +24,6 @@
|
||||||
#define __GST_BUFFER_POOL_H__
|
#define __GST_BUFFER_POOL_H__
|
||||||
|
|
||||||
#include <gst/gstminiobject.h>
|
#include <gst/gstminiobject.h>
|
||||||
#include <gst/gstatomicqueue.h>
|
|
||||||
#include <gst/gstpoll.h>
|
|
||||||
#include <gst/gstclock.h>
|
|
||||||
#include <gst/gstpad.h>
|
#include <gst/gstpad.h>
|
||||||
#include <gst/gstbuffer.h>
|
#include <gst/gstbuffer.h>
|
||||||
|
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "gstatomicqueue.h"
|
||||||
#include "gstinfo.h"
|
#include "gstinfo.h"
|
||||||
#include "gstpoll.h"
|
#include "gstpoll.h"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,6 @@ typedef struct _GstBusClass GstBusClass;
|
||||||
|
|
||||||
#include <gst/gstmessage.h>
|
#include <gst/gstmessage.h>
|
||||||
#include <gst/gstclock.h>
|
#include <gst/gstclock.h>
|
||||||
#include <gst/gstatomicqueue.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue