on_death: Fix callback number of pushed arguments (Fixes #6451)
[oweals/minetest.git] / src / objdef.cpp
index 465bea44c530898f805d90a209cc00afe0d3b879..08d6844fc135487818ffc73f8a33bcba49e90b32 100644 (file)
@@ -17,11 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#include <strings.h>
 #include "objdef.h"
 #include "util/numeric.h"
-#include "debug.h"
-#include "porting.h"
 #include "log.h"
 #include "gamedef.h"