diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-11 11:43:24 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-18 07:56:58 -0300 |
commit | 17a4bfe007477d3243bcde5209321625fa7f5c5f (patch) | |
tree | 9b1c352a6cb73fef67f7425efe4871f5e5df8f21 /src/nvim/eval.c | |
parent | 375db3b19ac7d5e956af83660bdd7472de50f70c (diff) | |
download | rneovim-17a4bfe007477d3243bcde5209321625fa7f5c5f.tar.gz rneovim-17a4bfe007477d3243bcde5209321625fa7f5c5f.tar.bz2 rneovim-17a4bfe007477d3243bcde5209321625fa7f5c5f.zip |
Remove os/provider.{c,h} and all of its references
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 2106c36345..498795dc38 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -89,7 +89,6 @@ #include "nvim/api/private/helpers.h" #include "nvim/api/vim.h" #include "nvim/os/dl.h" -#include "nvim/os/provider.h" #include "nvim/os/event.h" #define DICT_MAXNEST 100 /* maximum nesting of lists and dicts */ |