aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/undo.h')
-rw-r--r--src/nvim/undo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo.h b/src/nvim/undo.h
index 802cdc5583..f494d4de86 100644
--- a/src/nvim/undo.h
+++ b/src/nvim/undo.h
@@ -1,8 +1,8 @@
#ifndef NVIM_UNDO_H
#define NVIM_UNDO_H
-#include "nvim/undo_defs.h"
#include "nvim/ex_cmds_defs.h"
+#include "nvim/undo_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "undo.h.generated.h"