diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-20 13:58:10 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-20 13:58:10 +0000 |
commit | 4fe83b4556b282303b3e8b0ffef38c31a1a34a27 (patch) | |
tree | 4c13c67ec4780bc279590b173c113f398dd07fd7 /src | |
parent | 8ce6f74d499f0248946261972cb22552482eb7de (diff) | |
download | xine-lib-4fe83b4556b282303b3e8b0ffef38c31a1a34a27.tar.gz xine-lib-4fe83b4556b282303b3e8b0ffef38c31a1a34a27.tar.bz2 |
no double inclusion
CVS patchset: 4884
CVS date: 2003/05/20 13:58:10
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 5e2bc832e..602a7cd81 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.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.c,v 1.248 2003/05/20 13:50:57 mroi Exp $ + * $Id: xine.c,v 1.249 2003/05/20 13:58:10 mroi Exp $ * * top-level xine functions * @@ -48,8 +48,6 @@ #include "demuxers/demux.h" #include "buffer.h" #include "spu_decoder.h" -/* TODO: who uses spu_decoder.h ? */ -#include "spu_decoder.h" #include "input/input_plugin.h" #include "metronom.h" #include "configfile.h" |