Git commit 7d8d053f873cf7acfd22d94346f43a6e78123a61 by Laszlo Papp. Pushed by lpapp into branch 'master'. Get rid of a C++ standard header file which is not neccesary (cstdlib) M +0 -1 engine/game.cpp http://commits.kde.org/fad2ae7b/7d8d053f873cf7acfd22d94346f43a6e78123a61 diff --git a/engine/game.cpp b/engine/game.cpp index 2f402bf..d11ec73 100644 --- a/engine/game.cpp +++ b/engine/game.cpp @@ -31,7 +31,6 @@ #include #include -#include #include using namespace GluonEngine;