From 3f19a522fc3ab40f948f763aa6ed46ae3d89b6a8 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Sat, 12 Apr 2014 01:28:20 +0900 Subject: [PATCH] tdebug.h should not be included in a public header. --- taglib/ebml/ebmlconstants.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/taglib/ebml/ebmlconstants.h b/taglib/ebml/ebmlconstants.h index d0c7c7de..20772dff 100644 --- a/taglib/ebml/ebmlconstants.h +++ b/taglib/ebml/ebmlconstants.h @@ -26,11 +26,6 @@ #ifndef TAGLIB_EBML_CONSTANTS #define TAGLIB_EBML_CONSTANTS -#ifndef NDEBUG -#include -#include "tdebug.h" -#endif - namespace TagLib { namespace EBML {