diff options
Diffstat (limited to '')
-rw-r--r-- | src/Stats.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index de7091ddc..6de3714fb 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -18,11 +18,7 @@ */ #include "config.h" - -extern "C" { -#include "stats.h" -} - +#include "Stats.hxx" #include "PlayerControl.hxx" #include "ClientInternal.hxx" #include "DatabaseSelection.hxx" |