mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
remove HAVE_MATH_H
This commit is contained in:

committed by
Thiago de Arruda

parent
b1ea283c59
commit
22a1a26cad
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user