aboutsummaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 17:31:38 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 17:31:38 +0100
commit1e0ea57dc4a75f846dc417996a3ec7bd18112098 (patch)
tree2a3171bfb7d7aa02d24d0474f16886be768fa417 /src/Main.cxx
parent70b87f2eb620bdf1d7e07141914feb2316794fb3 (diff)
cmdline: convert to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 668a140b..1974a610 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"