From e77e20597d080f4d856d1943c074e4a1c5355fc6 Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Mon, 28 Nov 2016 16:30:24 +0900 Subject: [PATCH] Nothing in this file requires config.h directives, and it causes compilation to fail when not using one (HAVE_CONFIG_H not set) --- taglib/mp4/mp4item.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/taglib/mp4/mp4item.cpp b/taglib/mp4/mp4item.cpp index e5f842ef..cb3b5934 100644 --- a/taglib/mp4/mp4item.cpp +++ b/taglib/mp4/mp4item.cpp @@ -23,8 +23,6 @@ * http://www.mozilla.org/MPL/ * ***************************************************************************/ -#include "config.h" - #include "taglib.h" #include "tdebug.h" #include "tsmartptr.h"