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

@@ -42,7 +42,6 @@
#define HAVE_LIBINTL_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MATH_H 1
#define HAVE_MKDTEMP 1
#define HAVE_NANOSLEEP 1
#define HAVE_NL_LANGINFO_CODESET 1

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

View File

@@ -824,9 +824,7 @@ proftime_T *tm;
}
# if defined(HAVE_MATH_H)
#include <math.h>
# endif
/*
* Divide the time "tm" by "count" and store in "tm2".

View File

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