From kde-commits Sat Jan 29 17:43:13 2011 From: Laszlo Papp Date: Sat, 29 Jan 2011 17:43:13 +0000 To: kde-commits Subject: =?utf-8?q?=5Bgluon=5D_engine=3A_Get_rid_of_a_C++_standard_header?= Message-Id: <20110129174313.AA488A60B0 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129632304823149 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;