remove HAVE_MATH_H

This commit is contained in:
Julian Orth
2014-03-15 01:57:47 +01:00
committed by Thiago de Arruda
parent b1ea283c59
commit 22a1a26cad
4 changed files with 3 additions and 6 deletions

View File

@@ -64,7 +64,7 @@
#include "os/os.h"
#include "os/shell.h"
#if defined(FEAT_FLOAT) && defined(HAVE_MATH_H)
#if defined(FEAT_FLOAT)
# include <math.h>
#endif