From 01915cc3519c0021808e4ef5c7ada7438956adb9 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 4 Feb 2011 13:29:49 +0000 Subject: [PATCH] Remove taglib prefix from #includes in tests. --- tests/mock_taglib.h | 4 ++-- tests/python_test.cpp | 1 - tests/song_test.cpp | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/mock_taglib.h b/tests/mock_taglib.h index e412efd44..de4b4c8b6 100644 --- a/tests/mock_taglib.h +++ b/tests/mock_taglib.h @@ -21,8 +21,8 @@ #include "gmock/gmock.h" #include -#include -#include +#include +#include #include diff --git a/tests/python_test.cpp b/tests/python_test.cpp index cd726bb5f..dcfd81006 100644 --- a/tests/python_test.cpp +++ b/tests/python_test.cpp @@ -29,7 +29,6 @@ #include #include -#include namespace { diff --git a/tests/song_test.cpp b/tests/song_test.cpp index febe74784..f42621edd 100644 --- a/tests/song_test.cpp +++ b/tests/song_test.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include namespace {