diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 17:34:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 17:34:51 +0100 |
commit | f2510d60fad1c5811fba3d253ef1c8dabb712304 (patch) | |
tree | 3e887917e201913ad14d8455497976672f9bd687 /src/OtherCommands.cxx | |
parent | 1e0ea57dc4a75f846dc417996a3ec7bd18112098 (diff) | |
download | mpd-f2510d60fad1c5811fba3d253ef1c8dabb712304.tar.gz mpd-f2510d60fad1c5811fba3d253ef1c8dabb712304.tar.xz mpd-f2510d60fad1c5811fba3d253ef1c8dabb712304.zip |
ls.h: rename to ls.hxx
Diffstat (limited to '')
-rw-r--r-- | src/OtherCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index f7f225f63..7958b8711 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -31,9 +31,9 @@ #include "DecoderPrint.hxx" #include "protocol/ArgParser.hxx" #include "protocol/Result.hxx" +#include "ls.hxx" extern "C" { -#include "ls.h" #include "uri.h" #include "volume.h" #include "stats.h" |