projects
/
libmatroska
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73aaee
)
remove gcc 2.x include
author
Steve Lhomme
<slhomme@matroska.org>
Sun, 14 Mar 2021 07:22:41 +0000
(08:22 +0100)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/test/mux/test8.cpp
b/test/mux/test8.cpp
index 660595429eb111420fd692b264147ee3f4f41074..2e1a6d62a7a62c5e96df63c4cd0da472931d2a58 100644
(file)
--- a/
test/mux/test8.cpp
+++ b/
test/mux/test8.cpp
@@
-35,10
+35,6
@@
#include <iostream>
#include <cassert>
-#if __GNUC__ == 2
-#include <wchar.h>
-#endif
-
#include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h"
#include "ebml/EbmlStream.h"