From: Ingo Ruhnke Date: Wed, 7 May 2008 12:20:04 +0000 (+0000) Subject: Removed unneeded math.h X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1cd7104259878cd6afbc257a452a1ab1456d4120;p=supertux.git Removed unneeded math.h SVN-Revision: 5431 --- diff --git a/src/options_menu.cpp b/src/options_menu.cpp index f1234f8ab..000592a71 100644 --- a/src/options_menu.cpp +++ b/src/options_menu.cpp @@ -18,7 +18,6 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include -#include //for log10() #include "profile_menu.hpp" #include "options_menu.hpp"