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/PlaylistInfo.hxx | |
parent | 1dd1a705b58f1645cda679b88a2629d21adcbd07 (diff) | |
download | mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.gz mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.tar.xz mpd-be2951b45fe071ae7e4957414c7b23e72fbac07a.zip |
gcc.h: rename to Compiler.h
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistInfo.hxx b/src/PlaylistInfo.hxx index 96e4f6db9..2c5b9ae1a 100644 --- a/src/PlaylistInfo.hxx +++ b/src/PlaylistInfo.hxx @@ -21,7 +21,7 @@ #define MPD_PLAYLIST_INFO_HXX #include "check.h" -#include "gcc.h" +#include "Compiler.h" #include <string> |