diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:12:54 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:12:54 +0000 |
commit | 08fcb22dd2f34e1e14e7a9cc214adfd0f958c78c (patch) | |
tree | 62cf0faf8b922d69d0f350738dc6958b2abe04d1 /src/xine-utils/xine_buffer.c | |
parent | d485d8a5ff5068f08e7ff38f5cda53739226777e (diff) | |
download | xine-lib-08fcb22dd2f34e1e14e7a9cc214adfd0f958c78c.tar.gz xine-lib-08fcb22dd2f34e1e14e7a9cc214adfd0f958c78c.tar.bz2 |
Removed headers that were providing nothing needed to the build.
CVS patchset: 5393
CVS date: 2003/09/16 02:12:54
Diffstat (limited to 'src/xine-utils/xine_buffer.c')
-rw-r--r-- | src/xine-utils/xine_buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-utils/xine_buffer.c b/src/xine-utils/xine_buffer.c index 1af58c48a..47d580439 100644 --- a/src/xine-utils/xine_buffer.c +++ b/src/xine-utils/xine_buffer.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_buffer.c,v 1.3 2002/12/24 00:59:36 holstsn Exp $ + * $Id: xine_buffer.c,v 1.4 2003/09/16 02:12:54 storri Exp $ * * * generic dynamic buffer functions. The goals @@ -54,7 +54,6 @@ #include <string.h> #include <inttypes.h> #include "xineutils.h" -#include "xine_buffer.h" #define LOG |