From c63dcdc4599b0fe28723df75e8910876cdd6e682 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Tue, 17 Sep 2013 23:03:57 +0900 Subject: [PATCH] Removed #include "tdebug.h" from a public header --- taglib/toolkit/tiostream.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/taglib/toolkit/tiostream.h b/taglib/toolkit/tiostream.h index 571019a0..fe1ce673 100644 --- a/taglib/toolkit/tiostream.h +++ b/taglib/toolkit/tiostream.h @@ -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: