From 1e0ea57dc4a75f846dc417996a3ec7bd18112098 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 17:31:38 +0100 Subject: cmdline: convert to C++ --- src/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cxx') 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" -- cgit v1.2.3