aboutsummaryrefslogtreecommitdiff
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
authorJulian Orth <ju.orth@gmail.com>2014-03-15 01:57:47 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-31 21:24:59 -0300
commit22a1a26cadc07b843bd21c575dcccb7bd8bf5189 (patch)
treeb9540c3decf9f9125ccfa2e62e177931655b2203 /src/ex_cmds2.c
parentb1ea283c597632d2ddf5b6b7c802d3d5a1aab99f (diff)
downloadrneovim-22a1a26cadc07b843bd21c575dcccb7bd8bf5189.tar.gz
rneovim-22a1a26cadc07b843bd21c575dcccb7bd8bf5189.tar.bz2
rneovim-22a1a26cadc07b843bd21c575dcccb7bd8bf5189.zip
remove HAVE_MATH_H
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index d0e27d0248..5b7e32fcce 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -824,9 +824,7 @@ proftime_T *tm;
}
-# if defined(HAVE_MATH_H)
-# include <math.h>
-# endif
+#include <math.h>
/*
* Divide the time "tm" by "count" and store in "tm2".