mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Remove taglib prefix from #includes in tests.
This commit is contained in:
parent
084b9a2fe3
commit
01915cc351
@ -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>
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <QtDebug>
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <taglib/id3v2tag.h>
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <QTemporaryFile>
|
||||
#include <QTextCodec>
|
||||
|
||||
#include <taglib/id3v2tag.h>
|
||||
#include <id3v2tag.h>
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user