Skip to content

Commit

Permalink
remove gcc 2.x include
Browse files Browse the repository at this point in the history
We don't support this compiler anymore
  • Loading branch information
robUx4 committed Mar 14, 2021
1 parent c73aaee commit 8cf9207
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/mux/test8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8cf9207

Please sign in to comment.