aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/strings.h')
-rw-r--r--src/nvim/strings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/strings.h b/src/nvim/strings.h
index f2876c6307..893b0ea269 100644
--- a/src/nvim/strings.h
+++ b/src/nvim/strings.h
@@ -1,12 +1,12 @@
#ifndef NVIM_STRINGS_H
#define NVIM_STRINGS_H
-#include <stdbool.h>
#include <stdarg.h>
+#include <stdbool.h>
#include <string.h>
-#include "nvim/types.h"
#include "nvim/eval/typval.h"
+#include "nvim/types.h"
/// Append string to string and return pointer to the next byte
///