diff options
Diffstat (limited to 'src/lib')
30 files changed, 30 insertions, 30 deletions
diff --git a/src/lib/alsa/Format.hxx b/src/lib/alsa/Format.hxx index 145e4b3fc..9542072fd 100644 --- a/src/lib/alsa/Format.hxx +++ b/src/lib/alsa/Format.hxx @@ -22,7 +22,7 @@ #include "check.h" #include "pcm/SampleFormat.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <alsa/asoundlib.h> diff --git a/src/lib/alsa/Version.hxx b/src/lib/alsa/Version.hxx index c69c8bf79..844607473 100644 --- a/src/lib/alsa/Version.hxx +++ b/src/lib/alsa/Version.hxx @@ -20,7 +20,7 @@ #ifndef MPD_ALSA_VERSION_HXX #define MPD_ALSA_VERSION_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <stdint.h> diff --git a/src/lib/curl/Version.hxx b/src/lib/curl/Version.hxx index c854a0d58..9e9a319d3 100644 --- a/src/lib/curl/Version.hxx +++ b/src/lib/curl/Version.hxx @@ -30,7 +30,7 @@ #ifndef CURL_VERSION_HXX #define CURL_VERSION_HXX -#include "Compiler.h" +#include "util/Compiler.h" gcc_const bool diff --git a/src/lib/dbus/Error.hxx b/src/lib/dbus/Error.hxx index 602dca892..9f1deb8f2 100644 --- a/src/lib/dbus/Error.hxx +++ b/src/lib/dbus/Error.hxx @@ -33,7 +33,7 @@ #ifndef ODBUS_ERROR_HXX #define ODBUS_ERROR_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <dbus/dbus.h> diff --git a/src/lib/dbus/UDisks2.cxx b/src/lib/dbus/UDisks2.cxx index 18610ecb7..2476668f4 100644 --- a/src/lib/dbus/UDisks2.cxx +++ b/src/lib/dbus/UDisks2.cxx @@ -22,7 +22,7 @@ #include "ReadIter.hxx" #include "ObjectManager.hxx" #include "util/StringAPI.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <functional> diff --git a/src/lib/dbus/Watch.hxx b/src/lib/dbus/Watch.hxx index 554be2ab8..939793043 100644 --- a/src/lib/dbus/Watch.hxx +++ b/src/lib/dbus/Watch.hxx @@ -36,7 +36,7 @@ #include "Connection.hxx" #include "event/SocketMonitor.hxx" #include "event/DeferEvent.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <dbus/dbus.h> diff --git a/src/lib/expat/ExpatParser.hxx b/src/lib/expat/ExpatParser.hxx index ff91cfb0a..72736ef98 100644 --- a/src/lib/expat/ExpatParser.hxx +++ b/src/lib/expat/ExpatParser.hxx @@ -21,7 +21,7 @@ #define MPD_EXPAT_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <expat.h> diff --git a/src/lib/ffmpeg/Time.hxx b/src/lib/ffmpeg/Time.hxx index 71f7edd22..cba1fe4c1 100644 --- a/src/lib/ffmpeg/Time.hxx +++ b/src/lib/ffmpeg/Time.hxx @@ -21,7 +21,7 @@ #define MPD_FFMPEG_TIME_HXX #include "Chrono.hxx" -#include "Compiler.h" +#include "util/Compiler.h" extern "C" { #include <libavutil/avutil.h> diff --git a/src/lib/gcrypt/Hash.hxx b/src/lib/gcrypt/Hash.hxx index 208d6e247..0503112d0 100644 --- a/src/lib/gcrypt/Hash.hxx +++ b/src/lib/gcrypt/Hash.hxx @@ -31,7 +31,7 @@ #define GCRYPT_HASH_HXX #include "util/ConstBuffer.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <gcrypt.h> diff --git a/src/lib/gcrypt/MD5.hxx b/src/lib/gcrypt/MD5.hxx index 478a7ef12..03bfb0347 100644 --- a/src/lib/gcrypt/MD5.hxx +++ b/src/lib/gcrypt/MD5.hxx @@ -31,7 +31,7 @@ #define GCRYPT_MD5_HXX #include "util/StringBuffer.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <array> diff --git a/src/lib/icu/CaseFold.hxx b/src/lib/icu/CaseFold.hxx index eaeaf5689..5f13b5b00 100644 --- a/src/lib/icu/CaseFold.hxx +++ b/src/lib/icu/CaseFold.hxx @@ -25,7 +25,7 @@ #if defined(HAVE_ICU) || defined(_WIN32) #define HAVE_ICU_CASE_FOLD -#include "Compiler.h" +#include "util/Compiler.h" template<typename T> class AllocatedString; diff --git a/src/lib/icu/Collate.hxx b/src/lib/icu/Collate.hxx index d22fa6870..f7c19ebc2 100644 --- a/src/lib/icu/Collate.hxx +++ b/src/lib/icu/Collate.hxx @@ -21,7 +21,7 @@ #define MPD_ICU_COLLATE_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" /** * Throws #std::runtime_error on error. diff --git a/src/lib/icu/Compare.hxx b/src/lib/icu/Compare.hxx index d38026508..f3901fe4e 100644 --- a/src/lib/icu/Compare.hxx +++ b/src/lib/icu/Compare.hxx @@ -21,7 +21,7 @@ #define MPD_ICU_COMPARE_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include "util/AllocatedString.hxx" /** diff --git a/src/lib/icu/Converter.hxx b/src/lib/icu/Converter.hxx index 7ce545cf6..cdb06dd5a 100644 --- a/src/lib/icu/Converter.hxx +++ b/src/lib/icu/Converter.hxx @@ -21,7 +21,7 @@ #define MPD_ICU_CONVERTER_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #ifdef HAVE_ICU #include "thread/Mutex.hxx" diff --git a/src/lib/icu/Win32.hxx b/src/lib/icu/Win32.hxx index c3aed87a4..609680fa2 100644 --- a/src/lib/icu/Win32.hxx +++ b/src/lib/icu/Win32.hxx @@ -21,7 +21,7 @@ #define MPD_ICU_WIN32_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" #include <wchar.h> diff --git a/src/lib/nfs/Base.hxx b/src/lib/nfs/Base.hxx index e3dd65238..9dead5e73 100644 --- a/src/lib/nfs/Base.hxx +++ b/src/lib/nfs/Base.hxx @@ -21,7 +21,7 @@ #define MPD_NFS_BASE_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" /** * Set the "base" NFS server and export name. This will be the diff --git a/src/lib/nfs/Cancellable.hxx b/src/lib/nfs/Cancellable.hxx index 89635bec7..6e7890150 100644 --- a/src/lib/nfs/Cancellable.hxx +++ b/src/lib/nfs/Cancellable.hxx @@ -20,7 +20,7 @@ #ifndef MPD_NFS_CANCELLABLE_HXX #define MPD_NFS_CANCELLABLE_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <boost/intrusive/list.hpp> diff --git a/src/lib/nfs/FileReader.hxx b/src/lib/nfs/FileReader.hxx index 8447036d4..da06f6fc1 100644 --- a/src/lib/nfs/FileReader.hxx +++ b/src/lib/nfs/FileReader.hxx @@ -24,7 +24,7 @@ #include "Lease.hxx" #include "Callback.hxx" #include "event/DeferEvent.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <string> #include <exception> diff --git a/src/lib/nfs/Glue.hxx b/src/lib/nfs/Glue.hxx index 28dba89c2..0bf3aa58f 100644 --- a/src/lib/nfs/Glue.hxx +++ b/src/lib/nfs/Glue.hxx @@ -21,7 +21,7 @@ #define MPD_NFS_GLUE_HXX #include "check.h" -#include "Compiler.h" +#include "util/Compiler.h" class EventLoop; class NfsConnection; diff --git a/src/lib/nfs/Manager.hxx b/src/lib/nfs/Manager.hxx index 120c65c9e..0cf10eac5 100644 --- a/src/lib/nfs/Manager.hxx +++ b/src/lib/nfs/Manager.hxx @@ -22,7 +22,7 @@ #include "check.h" #include "Connection.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include "event/IdleMonitor.hxx" #include <boost/intrusive/set.hpp> diff --git a/src/lib/upnp/Action.hxx b/src/lib/upnp/Action.hxx index 03c200bfc..3603c2f7c 100644 --- a/src/lib/upnp/Action.hxx +++ b/src/lib/upnp/Action.hxx @@ -20,7 +20,7 @@ #ifndef MPD_UPNP_ACTION_HXX #define MPD_UPNP_ACTION_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <upnptools.h> diff --git a/src/lib/upnp/Compat.hxx b/src/lib/upnp/Compat.hxx index b4b5bd01b..cf3e0dca1 100644 --- a/src/lib/upnp/Compat.hxx +++ b/src/lib/upnp/Compat.hxx @@ -30,7 +30,7 @@ using UpnpDiscovery = Upnp_Discovery; #endif #if UPNP_VERSION < 10624 -#include "Compiler.h" +#include "util/Compiler.h" gcc_pure static inline int diff --git a/src/lib/upnp/ContentDirectoryService.hxx b/src/lib/upnp/ContentDirectoryService.hxx index 55fae6a56..5a14d1cc0 100644 --- a/src/lib/upnp/ContentDirectoryService.hxx +++ b/src/lib/upnp/ContentDirectoryService.hxx @@ -20,7 +20,7 @@ #ifndef _UPNPDIR_HXX_INCLUDED_ #define _UPNPDIR_HXX_INCLUDED_ -#include "Compiler.h" +#include "util/Compiler.h" #include <upnp.h> diff --git a/src/lib/upnp/Discovery.hxx b/src/lib/upnp/Discovery.hxx index 0750caf47..9cb6535e7 100644 --- a/src/lib/upnp/Discovery.hxx +++ b/src/lib/upnp/Discovery.hxx @@ -28,7 +28,7 @@ #include "lib/curl/Request.hxx" #include "thread/Mutex.hxx" #include "event/DeferEvent.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <upnp.h> diff --git a/src/lib/upnp/Util.hxx b/src/lib/upnp/Util.hxx index de1950d5b..0b5a435b5 100644 --- a/src/lib/upnp/Util.hxx +++ b/src/lib/upnp/Util.hxx @@ -20,7 +20,7 @@ #ifndef MPD_UPNP_UTIL_HXX #define MPD_UPNP_UTIL_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <string> #include <list> diff --git a/src/lib/xiph/FlacIOHandle.cxx b/src/lib/xiph/FlacIOHandle.cxx index 1d648637e..b4da537aa 100644 --- a/src/lib/xiph/FlacIOHandle.cxx +++ b/src/lib/xiph/FlacIOHandle.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "FlacIOHandle.hxx" #include "Log.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include "system/Error.hxx" #include <errno.h> diff --git a/src/lib/xiph/FlacIOHandle.hxx b/src/lib/xiph/FlacIOHandle.hxx index 2c54bbe5e..33bf8d5fe 100644 --- a/src/lib/xiph/FlacIOHandle.hxx +++ b/src/lib/xiph/FlacIOHandle.hxx @@ -20,7 +20,7 @@ #ifndef MPD_FLAC_IO_HANDLE_HXX #define MPD_FLAC_IO_HANDLE_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include "input/InputStream.hxx" #include <FLAC/callback.h> diff --git a/src/lib/xiph/FlacMetadataChain.hxx b/src/lib/xiph/FlacMetadataChain.hxx index bc62c4ca2..8394e1018 100644 --- a/src/lib/xiph/FlacMetadataChain.hxx +++ b/src/lib/xiph/FlacMetadataChain.hxx @@ -20,7 +20,7 @@ #ifndef MPD_FLAC_METADATA_CHAIN_HXX #define MPD_FLAC_METADATA_CHAIN_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <FLAC/metadata.h> diff --git a/src/lib/xiph/FlacMetadataIterator.hxx b/src/lib/xiph/FlacMetadataIterator.hxx index b837c3f2a..fd2fd2818 100644 --- a/src/lib/xiph/FlacMetadataIterator.hxx +++ b/src/lib/xiph/FlacMetadataIterator.hxx @@ -20,7 +20,7 @@ #ifndef MPD_FLAC_METADATA_ITERATOR_HXX #define MPD_FLAC_METADATA_ITERATOR_HXX -#include "Compiler.h" +#include "util/Compiler.h" #include <FLAC/metadata.h> diff --git a/src/lib/xiph/OggSerial.cxx b/src/lib/xiph/OggSerial.cxx index 70b7fa46a..97e9476c4 100644 --- a/src/lib/xiph/OggSerial.cxx +++ b/src/lib/xiph/OggSerial.cxx @@ -18,7 +18,7 @@ */ #include "OggSerial.hxx" -#include "Compiler.h" +#include "util/Compiler.h" #include <atomic> #include <chrono> |