From ce372fab757929222603539739a955e12e7bfffd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 29 Oct 2003 03:15:55 +0000 Subject: change gst/bytestream.h to gst/bytestream/bytestream.h Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h --- gst/avi/gstavidemux.h | 2 +- gst/flx/gstflxdec.h | 2 +- gst/qtdemux/qtdemux.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gst') diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h index 7d8ace24..d1c1d582 100644 --- a/gst/avi/gstavidemux.h +++ b/gst/avi/gstavidemux.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include #ifdef __cplusplus diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h index be4fa4ba..c7d6f386 100644 --- a/gst/flx/gstflxdec.h +++ b/gst/flx/gstflxdec.h @@ -23,7 +23,7 @@ #include #include "flx_color.h" -#include +#include #ifdef __cplusplus diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h index c005a96e..108faab1 100644 --- a/gst/qtdemux/qtdemux.h +++ b/gst/qtdemux/qtdemux.h @@ -22,7 +22,7 @@ #define __GST_QTDEMUX_H__ #include -#include +#include #ifdef __cplusplus extern "C" { -- cgit