diff options
author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 01:57:47 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
commit | 22a1a26cadc07b843bd21c575dcccb7bd8bf5189 (patch) | |
tree | b9540c3decf9f9125ccfa2e62e177931655b2203 /src/message.c | |
parent | b1ea283c597632d2ddf5b6b7c802d3d5a1aab99f (diff) | |
download | rneovim-22a1a26cadc07b843bd21c575dcccb7bd8bf5189.tar.gz rneovim-22a1a26cadc07b843bd21c575dcccb7bd8bf5189.tar.bz2 rneovim-22a1a26cadc07b843bd21c575dcccb7bd8bf5189.zip |
remove HAVE_MATH_H
Diffstat (limited to 'src/message.c')
-rw-r--r-- | src/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c index 82cdb07598..76547c97d7 100644 --- a/src/message.c +++ b/src/message.c @@ -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 |