Merge pull request #382 from TsudaKageyu/no-tdebug

tdebug.h should not be included in a public header.
This commit is contained in:
Stephen F. Booth 2014-04-11 17:38:48 -04:00
commit 5687c70d80

View File

@ -26,11 +26,6 @@
#ifndef TAGLIB_EBML_CONSTANTS
#define TAGLIB_EBML_CONSTANTS
#ifndef NDEBUG
#include <iostream>
#include "tdebug.h"
#endif
namespace TagLib {
namespace EBML {