1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

* mkv: remove unnecessary header.

This commit is contained in:
Laurent Aimar 2003-06-24 19:59:27 +00:00
parent 43e1d0d34a
commit bcac9ff0b9

View File

@ -2,7 +2,7 @@
* mkv.cpp : matroska demuxer
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: mkv.cpp,v 1.10 2003/06/24 19:35:46 fenrir Exp $
* $Id: mkv.cpp,v 1.11 2003/06/24 19:59:27 fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
@ -39,7 +39,6 @@
#include <iostream>
#include <cassert>
#include <typeinfo>
#include <wchar.h>
/* libebml and matroska */
#include "ebml/EbmlHead.h"