aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm
diff options
context:
space:
mode:
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>