diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 22:52:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 22:52:08 +0100 |
commit | 0c245bc2712f5d38507b8d421cdc0a7e002a3398 (patch) | |
tree | e69818281103ba2602613d5820fef62d58d296a9 /src/OtherCommands.cxx | |
parent | d65ad1bf151383722802d4bb13b12a33b97480e4 (diff) | |
download | mpd-0c245bc2712f5d38507b8d421cdc0a7e002a3398.tar.gz mpd-0c245bc2712f5d38507b8d421cdc0a7e002a3398.tar.xz mpd-0c245bc2712f5d38507b8d421cdc0a7e002a3398.zip |
Directory: make the header C++ only
Diffstat (limited to 'src/OtherCommands.cxx')
-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 01f9b71a4..a7a262495 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -22,7 +22,7 @@ #include "DatabaseCommands.hxx" #include "CommandError.hxx" #include "UpdateGlue.hxx" -#include "directory.h" +#include "Directory.hxx" #include "song.h" #include "SongPrint.hxx" #include "TagPrint.hxx" |