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 d0f88c23e..3d457e31e 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -24,6 +24,7 @@ #include "chunk.h" #include "StateFile.hxx" #include "PlayerThread.hxx" +#include "Mapper.hxx" extern "C" { #include "daemon.h" @@ -38,7 +39,6 @@ extern "C" { #include "cmdline.h" #include "conf.h" #include "path.h" -#include "mapper.h" #include "player_control.h" #include "stats.h" #include "sig_handlers.h" |