mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:26:14 +00:00
remove include of removed header
Original commit message from CVS: remove include of removed header
This commit is contained in:
parent
5526c2dbe4
commit
46dc9f7c73
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gstmessage.c:
|
||||||
|
remove include of gstmemchunk.h
|
||||||
|
|
||||||
2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/gstclock.c: (_gst_clock_id_free):
|
* gst/gstclock.c: (_gst_clock_id_free):
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include "gsterror.h"
|
#include "gsterror.h"
|
||||||
#include "gstinfo.h"
|
#include "gstinfo.h"
|
||||||
#include "gstmemchunk.h"
|
|
||||||
#include "gstmessage.h"
|
#include "gstmessage.h"
|
||||||
#include "gsttaglist.h"
|
#include "gsttaglist.h"
|
||||||
#include "gstutils.h"
|
#include "gstutils.h"
|
||||||
|
|
Loading…
Reference in a new issue