Commit bc213afb authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/mkv.cpp: wchar_t is defined in stddef.h so no need to include wchar.h

parent 383d0e18
...@@ -42,10 +42,6 @@ ...@@ -42,10 +42,6 @@
#include <cassert> #include <cassert>
#include <typeinfo> #include <typeinfo>
#ifdef HAVE_WCHAR_H
# include <wchar.h>
#endif
/* libebml and matroska */ /* libebml and matroska */
#include "ebml/EbmlHead.h" #include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h" #include "ebml/EbmlSubHead.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment