diff options
Diffstat (limited to '')
-rw-r--r-- | src/system/EventFD.cxx | 2 | ||||
-rw-r--r-- | src/system/EventPipe.cxx | 2 | ||||
-rw-r--r-- | src/system/FatalError.hxx | 2 | ||||
-rw-r--r-- | src/system/Resolver.hxx | 2 | ||||
-rw-r--r-- | src/system/SocketError.hxx | 2 | ||||
-rw-r--r-- | src/system/clock.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/system/EventFD.cxx b/src/system/EventFD.cxx index 716ff80ae..3560bf8c3 100644 --- a/src/system/EventFD.cxx +++ b/src/system/EventFD.cxx @@ -22,7 +22,7 @@ #include "EventFD.hxx" #include "system/fd_util.h" #include "system/FatalError.hxx" -#include "gcc.h" +#include "Compiler.h" #include <assert.h> #include <unistd.h> diff --git a/src/system/EventPipe.cxx b/src/system/EventPipe.cxx index e1a38c503..b49d1d0f0 100644 --- a/src/system/EventPipe.cxx +++ b/src/system/EventPipe.cxx @@ -21,7 +21,7 @@ #include "EventPipe.hxx" #include "system/fd_util.h" #include "system/FatalError.hxx" -#include "gcc.h" +#include "Compiler.h" #include <assert.h> #include <unistd.h> diff --git a/src/system/FatalError.hxx b/src/system/FatalError.hxx index 03baf66c4..22f3b5f8f 100644 --- a/src/system/FatalError.hxx +++ b/src/system/FatalError.hxx @@ -22,7 +22,7 @@ #include "check.h" #include "gerror.h" -#include "gcc.h" +#include "Compiler.h" class Error; diff --git a/src/system/Resolver.hxx b/src/system/Resolver.hxx index 38803dcd1..62ef455a1 100644 --- a/src/system/Resolver.hxx +++ b/src/system/Resolver.hxx @@ -20,7 +20,7 @@ #ifndef MPD_RESOLVER_HXX #define MPD_RESOLVER_HXX -#include "gcc.h" +#include "Compiler.h" #include <stddef.h> diff --git a/src/system/SocketError.hxx b/src/system/SocketError.hxx index 2b8332715..22fbd2441 100644 --- a/src/system/SocketError.hxx +++ b/src/system/SocketError.hxx @@ -20,7 +20,7 @@ #ifndef MPD_SOCKET_ERROR_HXX #define MPD_SOCKET_ERROR_HXX -#include "gcc.h" +#include "Compiler.h" #include "util/Error.hxx" #ifdef WIN32 diff --git a/src/system/clock.h b/src/system/clock.h index c98b9a652..ae774ff85 100644 --- a/src/system/clock.h +++ b/src/system/clock.h @@ -20,7 +20,7 @@ #ifndef MPD_CLOCK_H #define MPD_CLOCK_H -#include "gcc.h" +#include "Compiler.h" #include <stdint.h> |