aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-15 09:21:13 +0200
committerMax Kellermann <max@duempel.org>2013-10-15 09:21:59 +0200
commitbe2951b45fe071ae7e4957414c7b23e72fbac07a (patch)
tree7e103cfa2f6adca7df4492cebbe24b5222e30d0f /src/tag
parent1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff)
downloadmpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.gz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.xz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.zip
gcc.h: rename to Compiler.h
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/Tag.hxx2
-rw-r--r--src/tag/TagBuilder.hxx2
-rw-r--r--src/tag/TagId3.hxx2
-rw-r--r--src/tag/TagItem.hxx2
-rw-r--r--src/tag/TagString.hxx2
-rw-r--r--src/tag/TagTable.hxx2
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;