diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 22:31:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 22:31:53 +0100 |
commit | 81f3d893d9e41120d76a3e710db77ccd829cbf42 (patch) | |
tree | e5d58dcd2d8541d76ce3f966521acae94aa0b6df /src/Stats.cxx | |
parent | 05c91082e3de0b0078c26ddb9da68fd00da8c90e (diff) |
player_control.h: convert header to C++
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r-- | src/Stats.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index f96bcf177..f848a9b03 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -21,9 +21,9 @@ extern "C" { #include "stats.h" -#include "player_control.h" } +#include "PlayerControl.hxx" #include "ClientInternal.hxx" #include "DatabaseSelection.hxx" #include "DatabaseGlue.hxx" |