Merge pull request #281 from TsudaKageyu/tdebugh

Removed #include "tdebug.h" from a public header
This commit is contained in:
Stephen F. Booth 2013-09-28 18:04:20 -07:00
commit 57d12de7dd

View File

@ -28,15 +28,12 @@
#include "tbytevector.h"
#ifdef _WIN32
# include "tstring.h"
# include "tdebug.h"
#endif
namespace TagLib {
#ifdef _WIN32
class String;
class TAGLIB_EXPORT FileName
{
public: