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/util | |
parent | 1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff) | |
download | mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.gz mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.xz mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.zip |
gcc.h: rename to Compiler.h
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Error.hxx | 2 | ||||
-rw-r--r-- | src/util/HugeAllocator.hxx | 2 | ||||
-rw-r--r-- | src/util/Manual.hxx | 2 | ||||
-rw-r--r-- | src/util/PeakBuffer.hxx | 2 | ||||
-rw-r--r-- | src/util/ReusableArray.hxx | 2 | ||||
-rw-r--r-- | src/util/SliceBuffer.hxx | 2 | ||||
-rw-r--r-- | src/util/StringUtil.hxx | 2 | ||||
-rw-r--r-- | src/util/UriUtil.hxx | 2 | ||||
-rw-r--r-- | src/util/bit_reverse.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/util/Error.hxx b/src/util/Error.hxx index 1fcf46061..a37211538 100644 --- a/src/util/Error.hxx +++ b/src/util/Error.hxx @@ -21,7 +21,7 @@ #define MPD_ERROR_HXX #include "check.h" -#include "gcc.h" +#include "Compiler.h" #include <string> diff --git a/src/util/HugeAllocator.hxx b/src/util/HugeAllocator.hxx index 01c92cd43..f44a6e3b8 100644 --- a/src/util/HugeAllocator.hxx +++ b/src/util/HugeAllocator.hxx @@ -20,7 +20,7 @@ #ifndef MPD_HUGE_ALLOCATOR_HXX #define MPD_HUGE_ALLOCATOR_HXX -#include "gcc.h" +#include "Compiler.h" #include <stddef.h> diff --git a/src/util/Manual.hxx b/src/util/Manual.hxx index 802695224..baab0a555 100644 --- a/src/util/Manual.hxx +++ b/src/util/Manual.hxx @@ -30,7 +30,7 @@ #ifndef MPD_MANUAL_HXX #define MPD_MANUAL_HXX -#include "gcc.h" +#include "Compiler.h" #include <new> #include <utility> diff --git a/src/util/PeakBuffer.hxx b/src/util/PeakBuffer.hxx index 0fbba8d77..a3f385e3e 100644 --- a/src/util/PeakBuffer.hxx +++ b/src/util/PeakBuffer.hxx @@ -20,7 +20,7 @@ #ifndef MPD_PEAK_BUFFER_HXX #define MPD_PEAK_BUFFER_HXX -#include "gcc.h" +#include "Compiler.h" #include <stddef.h> diff --git a/src/util/ReusableArray.hxx b/src/util/ReusableArray.hxx index 30b1a9cd9..60d323695 100644 --- a/src/util/ReusableArray.hxx +++ b/src/util/ReusableArray.hxx @@ -32,7 +32,7 @@ #include <stddef.h> -#include "gcc.h" +#include "Compiler.h" /** * Manager for a temporary array which grows as needed. This attempts diff --git a/src/util/SliceBuffer.hxx b/src/util/SliceBuffer.hxx index c61f164f4..6cde75f34 100644 --- a/src/util/SliceBuffer.hxx +++ b/src/util/SliceBuffer.hxx @@ -21,7 +21,7 @@ #define MPD_SLICE_BUFFER_HXX #include "HugeAllocator.hxx" -#include "gcc.h" +#include "Compiler.h" #include <utility> #include <new> diff --git a/src/util/StringUtil.hxx b/src/util/StringUtil.hxx index 6eeca893d..dc3e101b3 100644 --- a/src/util/StringUtil.hxx +++ b/src/util/StringUtil.hxx @@ -20,7 +20,7 @@ #ifndef MPD_STRING_UTIL_HXX #define MPD_STRING_UTIL_HXX -#include "gcc.h" +#include "Compiler.h" /** * Returns a pointer to the first non-whitespace character in the diff --git a/src/util/UriUtil.hxx b/src/util/UriUtil.hxx index 1d288ca1d..753f6dedb 100644 --- a/src/util/UriUtil.hxx +++ b/src/util/UriUtil.hxx @@ -20,7 +20,7 @@ #ifndef MPD_URI_UTIL_HXX #define MPD_URI_UTIL_HXX -#include "gcc.h" +#include "Compiler.h" /** * Checks whether the specified URI has a scheme in the form diff --git a/src/util/bit_reverse.h b/src/util/bit_reverse.h index 54cb789bb..a02f01b3f 100644 --- a/src/util/bit_reverse.h +++ b/src/util/bit_reverse.h @@ -20,7 +20,7 @@ #ifndef MPD_BIT_REVERSE_H #define MPD_BIT_REVERSE_H -#include "gcc.h" +#include "Compiler.h" #include <stdint.h> |