diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-27 09:48:06 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-27 09:48:06 +0100 |
commit | b95ceeb09b3534bfe1cb607e23f9b21adb3202ef (patch) | |
tree | 819bc3f984b1909dec97189884bbf735895d67c9 /gst/gstbufferpool.h | |
parent | eb84682e923431f41223bf754527ed27b0deccb9 (diff) |
remove some useless includes in .h
Diffstat (limited to 'gst/gstbufferpool.h')
-rw-r--r-- | gst/gstbufferpool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/gstbufferpool.h b/gst/gstbufferpool.h index a170eddf2..f9ee1333e 100644 --- a/gst/gstbufferpool.h +++ b/gst/gstbufferpool.h @@ -24,9 +24,6 @@ #define __GST_BUFFER_POOL_H__ #include <gst/gstminiobject.h> -#include <gst/gstatomicqueue.h> -#include <gst/gstpoll.h> -#include <gst/gstclock.h> #include <gst/gstpad.h> #include <gst/gstbuffer.h> |