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/fs | |
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/fs')
-rw-r--r-- | src/fs/Path.cxx | 2 | ||||
-rw-r--r-- | src/fs/Path.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/Path.cxx b/src/fs/Path.cxx index e983c5c82..688b78515 100644 --- a/src/fs/Path.cxx +++ b/src/fs/Path.cxx @@ -24,7 +24,7 @@ #include "util/Error.hxx" #include "util/Domain.hxx" #include "Log.hxx" -#include "gcc.h" +#include "Compiler.h" #include <glib.h> diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index a5215c2d6..3cd25e71c 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -21,7 +21,7 @@ #define MPD_FS_PATH_HXX #include "check.h" -#include "gcc.h" +#include "Compiler.h" #ifdef WIN32 #include <glib.h> |