diff options
author | phintuka <phintuka> | 2009-02-14 20:44:15 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-14 20:44:15 +0000 |
commit | ea45e719f769e27951fc433eed1353d17f70e34a (patch) | |
tree | 601ed95774e3cfff124ddd0be7f688a6f781c4ea | |
parent | e78bad50abe74bd41971dc829aa587d85df5415b (diff) | |
download | xineliboutput-ea45e719f769e27951fc433eed1353d17f70e34a.tar.gz xineliboutput-ea45e719f769e27951fc433eed1353d17f70e34a.tar.bz2 |
Removed include
-rw-r--r-- | tools/bitstream.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/bitstream.h b/tools/bitstream.h index 066fb2fe..569c491b 100644 --- a/tools/bitstream.h +++ b/tools/bitstream.h @@ -4,15 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: bitstream.h,v 1.2 2008-02-04 22:41:14 phintuka Exp $ + * $Id: bitstream.h,v 1.3 2009-02-14 20:44:15 phintuka Exp $ * */ #ifndef _XINELIBOUTPUT_BITSTREAM_H_ #define _XINELIBOUTPUT_BITSTREAM_H_ -#include <stdint.h> - # ifdef NOCACHE |