diff options
Diffstat (limited to 'src/tag')
-rw-r--r-- | src/tag/Tag.hxx | 2 | ||||
-rw-r--r-- | src/tag/TagBuilder.hxx | 2 | ||||
-rw-r--r-- | src/tag/TagId3.hxx | 2 | ||||
-rw-r--r-- | src/tag/TagItem.hxx | 2 | ||||
-rw-r--r-- | src/tag/TagString.hxx | 2 | ||||
-rw-r--r-- | src/tag/TagTable.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
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 <algorithm> 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 <vector> 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 <stddef.h> 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; |