1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 12:28:31 +01:00

Remove taglib prefix from #includes in tests.

This commit is contained in:
John Maguire 2011-02-04 13:29:49 +00:00
parent 084b9a2fe3
commit 01915cc351
3 changed files with 3 additions and 4 deletions

View File

@ -21,8 +21,8 @@
#include "gmock/gmock.h" #include "gmock/gmock.h"
#include <QMap> #include <QMap>
#include <taglib/fileref.h> #include <fileref.h>
#include <taglib/tag.h> #include <tag.h>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>

View File

@ -29,7 +29,6 @@
#include <QtDebug> #include <QtDebug>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <taglib/id3v2tag.h>
namespace { namespace {

View File

@ -29,7 +29,7 @@
#include <QTemporaryFile> #include <QTemporaryFile>
#include <QTextCodec> #include <QTextCodec>
#include <taglib/id3v2tag.h> #include <id3v2tag.h>
namespace { namespace {