aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/decode.h')
-rw-r--r--src/nvim/eval/decode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/eval/decode.h b/src/nvim/eval/decode.h
index 77fc4c78c2..f1be5a1f69 100644
--- a/src/nvim/eval/decode.h
+++ b/src/nvim/eval/decode.h
@@ -1,9 +1,8 @@
#ifndef NVIM_EVAL_DECODE_H
#define NVIM_EVAL_DECODE_H
-#include <stddef.h>
-
#include <msgpack.h>
+#include <stddef.h>
#include "nvim/eval/typval.h"
#include "nvim/globals.h"