aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo_defs.h
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-06-06 14:00:32 +0200
committerGitHub <noreply@github.com>2023-06-06 20:00:32 +0800
commitf5d12889e80d3369359b8248806694cf6d21f820 (patch)
tree8c3c03b9cb4a6806956d5bf6b87e9ff4a0cf24d2 /src/nvim/undo_defs.h
parent7b973c71ea845c9bcc6d98e101ad5a7956cb5802 (diff)
downloadrneovim-f5d12889e80d3369359b8248806694cf6d21f820.tar.gz
rneovim-f5d12889e80d3369359b8248806694cf6d21f820.tar.bz2
rneovim-f5d12889e80d3369359b8248806694cf6d21f820.zip
refactor: adjust headers according to the style guide (#23934)
System headers should be included first to prevent naming conflicts.
Diffstat (limited to 'src/nvim/undo_defs.h')
-rw-r--r--src/nvim/undo_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo_defs.h b/src/nvim/undo_defs.h
index 7c065c540b..7947bff6e6 100644
--- a/src/nvim/undo_defs.h
+++ b/src/nvim/undo_defs.h
@@ -1,7 +1,7 @@
#ifndef NVIM_UNDO_DEFS_H
#define NVIM_UNDO_DEFS_H
-#include <time.h> // for time_t
+#include <time.h>
#include "nvim/extmark_defs.h"
#include "nvim/mark_defs.h"