diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 09:21:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 09:21:59 +0200 |
commit | be2951b45fe071ae7e4957414c7b23e72fbac07a (patch) | |
tree | 7e103cfa2f6adca7df4492cebbe24b5222e30d0f /src/AudioParser.cxx | |
parent | 1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff) |
gcc.h: rename to Compiler.h
Diffstat (limited to 'src/AudioParser.cxx')
-rw-r--r-- | src/AudioParser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AudioParser.cxx b/src/AudioParser.cxx index db6d1d8e8..b5646130f 100644 --- a/src/AudioParser.cxx +++ b/src/AudioParser.cxx @@ -27,7 +27,7 @@ #include "AudioFormat.hxx" #include "CheckAudioFormat.hxx" #include "util/Error.hxx" -#include "gcc.h" +#include "Compiler.h" #include <assert.h> #include <string.h> |