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 <QMap>
#include <taglib/fileref.h>
#include <taglib/tag.h>
#include <fileref.h>
#include <tag.h>
#include <boost/scoped_ptr.hpp>

View File

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

View File

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