diff options
Diffstat (limited to 'src/nvim/testing.c')
-rw-r--r-- | src/nvim/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testing.c b/src/nvim/testing.c index 5771ec4445..1e051c945a 100644 --- a/src/nvim/testing.c +++ b/src/nvim/testing.c @@ -3,9 +3,9 @@ // testing.c: Support for tests +#include "nvim/eval.h" #include "nvim/eval/encode.h" #include "nvim/ex_docmd.h" -#include "nvim/eval.h" #include "nvim/os/os.h" #include "nvim/testing.h" |