diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 17:31:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 17:31:38 +0100 |
commit | 1e0ea57dc4a75f846dc417996a3ec7bd18112098 (patch) | |
tree | 2a3171bfb7d7aa02d24d0474f16886be768fa417 /src/Main.cxx | |
parent | 70b87f2eb620bdf1d7e07141914feb2316794fb3 (diff) | |
download | mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.tar.gz mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.tar.xz mpd-1e0ea57dc4a75f846dc417996a3ec7bd18112098.zip |
cmdline: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 668a140be..1974a6103 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -19,6 +19,7 @@ #include "config.h" #include "Main.hxx" +#include "CommandLine.hxx" #include "PlaylistFile.hxx" #include "UpdateGlue.hxx" #include "chunk.h" @@ -38,7 +39,6 @@ extern "C" { #include "io_thread.h" #include "idle.h" #include "playlist.h" -#include "cmdline.h" #include "conf.h" #include "path.h" #include "player_control.h" |