cmdline: convert to C++

This commit is contained in:
Max Kellermann
2013-01-03 17:31:38 +01:00
parent 70b87f2eb6
commit 1e0ea57dc4
4 changed files with 13 additions and 12 deletions

View File

@@ -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"