remove gcc 2.x include
authorSteve Lhomme <slhomme@matroska.org>
Sun, 14 Mar 2021 07:22:41 +0000 (08:22 +0100)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 14 Mar 2021 07:27:56 +0000 (08:27 +0100)
We don't support this compiler anymore

test/mux/test8.cpp

index 660595429eb111420fd692b264147ee3f4f41074..2e1a6d62a7a62c5e96df63c4cd0da472931d2a58 100644 (file)
 #include <iostream>
 #include <cassert>
 
-#if __GNUC__ == 2
-#include <wchar.h>
-#endif
-
 #include "ebml/EbmlHead.h"
 #include "ebml/EbmlSubHead.h"
 #include "ebml/EbmlStream.h"