tdebug.h should not be included in a public header.

This commit is contained in:
Tsuda Kageyu 2014-04-12 01:28:20 +09:00
parent 3cea7f267a
commit 3f19a522fc

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 {