aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm
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/pcm
parent1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff)
downloadmpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.gz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.xz
mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.zip
gcc.h: rename to Compiler.h
Diffstat (limited to 'src/pcm')
-rw-r--r--src/pcm/PcmBuffer.hxx2
-rw-r--r--src/pcm/PcmMix.hxx2
-rw-r--r--src/pcm/PcmUtils.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/pcm/PcmBuffer.hxx b/src/pcm/PcmBuffer.hxx
index 2eddfb7f9..fa89d7f20 100644
--- a/src/pcm/PcmBuffer.hxx
+++ b/src/pcm/PcmBuffer.hxx
@@ -21,7 +21,7 @@
#define PCM_BUFFER_HXX
#include "util/ReusableArray.hxx"
-#include "gcc.h"
+#include "Compiler.h"
#include <stdint.h>
diff --git a/src/pcm/PcmMix.hxx b/src/pcm/PcmMix.hxx
index b50a163fd..86d279fc1 100644
--- a/src/pcm/PcmMix.hxx
+++ b/src/pcm/PcmMix.hxx
@@ -21,7 +21,7 @@
#define MPD_PCM_MIX_HXX
#include "AudioFormat.hxx"
-#include "gcc.h"
+#include "Compiler.h"
#include <stddef.h>
diff --git a/src/pcm/PcmUtils.hxx b/src/pcm/PcmUtils.hxx
index d77c4194a..543ac57a6 100644
--- a/src/pcm/PcmUtils.hxx
+++ b/src/pcm/PcmUtils.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PCM_UTILS_H
#define MPD_PCM_UTILS_H
-#include "gcc.h"
+#include "Compiler.h"
#include <limits>