* http://www.mozilla.org/MPL/ *
***************************************************************************/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include <algorithm>
#include <tfile.h>
void ID3v2::Tag::downgradeFrames(FrameList *frames, FrameList *newFrames) const
{
-#ifdef NO_ITUNES_HACKS
+#ifdef NO_ITUNES_HACKS
const char *unsupportedFrames[] = {
"ASPI", "EQU2", "RVA2", "SEEK", "SIGN", "TDRL", "TDTG",
"TMOO", "TPRO", "TSOA", "TSOT", "TSST", "TSOP", 0
* http://www.mozilla.org/MPL/ *
***************************************************************************/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <algorithm>
#include <iostream>
#include <limits>
#include <tstring.h>
#include <tdebug.h>
-#include "trefcounter.h"
-#include "tutils.h"
+#include <trefcounter.h>
+#include <tutils.h>
#include "tbytevector.h"