Avoid warnings about the redefinition of _.

This commit is contained in:
Moritz Bunkus 2004-07-23 23:04:15 +00:00
parent 43b72a9f0c
commit a90cb1497e

View File

@ -75,12 +75,13 @@ extern "C" {
#define MATROSKA_VERSION 2
#endif
#include "mkvinfo.h"
#include "mkvinfo_tag_types.h"
#include "checksums.h"
#include "common.h"
#include "commonebml.h"
#include "matroska.h"
#include "mkvinfo.h"
#include "mkvinfo_tag_types.h"
#include "mm_io.h"
using namespace libmatroska;