diff options
Diffstat (limited to '')
-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" |