From be2951b45fe071ae7e4957414c7b23e72fbac07a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 09:21:13 +0200 Subject: gcc.h: rename to Compiler.h --- src/tag/Tag.hxx | 2 +- src/tag/TagBuilder.hxx | 2 +- src/tag/TagId3.hxx | 2 +- src/tag/TagItem.hxx | 2 +- src/tag/TagString.hxx | 2 +- src/tag/TagTable.hxx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/tag') diff --git a/src/tag/Tag.hxx b/src/tag/Tag.hxx index 395780cde..4a1b16b39 100644 --- a/src/tag/Tag.hxx +++ b/src/tag/Tag.hxx @@ -22,7 +22,7 @@ #include "TagType.h" #include "TagItem.hxx" -#include "gcc.h" +#include "Compiler.h" #include diff --git a/src/tag/TagBuilder.hxx b/src/tag/TagBuilder.hxx index 63a14a946..d737f2b2e 100644 --- a/src/tag/TagBuilder.hxx +++ b/src/tag/TagBuilder.hxx @@ -21,7 +21,7 @@ #define MPD_TAG_BUILDER_HXX #include "TagType.h" -#include "gcc.h" +#include "Compiler.h" #include diff --git a/src/tag/TagId3.hxx b/src/tag/TagId3.hxx index ca288754b..e453ffb55 100644 --- a/src/tag/TagId3.hxx +++ b/src/tag/TagId3.hxx @@ -21,7 +21,7 @@ #define MPD_TAG_ID3_HXX #include "check.h" -#include "gcc.h" +#include "Compiler.h" struct tag_handler; struct Tag; diff --git a/src/tag/TagItem.hxx b/src/tag/TagItem.hxx index a2924f2af..5db9a2116 100644 --- a/src/tag/TagItem.hxx +++ b/src/tag/TagItem.hxx @@ -21,7 +21,7 @@ #define MPD_TAG_ITEM_HXX #include "TagType.h" -#include "gcc.h" +#include "Compiler.h" /** * One tag value. It is a mapping of #tag_type to am arbitrary string diff --git a/src/tag/TagString.hxx b/src/tag/TagString.hxx index 21ea139bf..79255dcd3 100644 --- a/src/tag/TagString.hxx +++ b/src/tag/TagString.hxx @@ -21,7 +21,7 @@ #define MPD_TAG_STRING_HXX #include "check.h" -#include "gcc.h" +#include "Compiler.h" #include diff --git a/src/tag/TagTable.hxx b/src/tag/TagTable.hxx index 88bf5b028..553415a86 100644 --- a/src/tag/TagTable.hxx +++ b/src/tag/TagTable.hxx @@ -21,7 +21,7 @@ #define MPD_TAG_TABLE_HXX #include "TagType.h" -#include "gcc.h" +#include "Compiler.h" struct tag_table { const char *name; -- cgit v1.2.3