aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ops.h')
-rw-r--r--src/nvim/ops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ops.h b/src/nvim/ops.h
index 3a30733b0c..8227821d35 100644
--- a/src/nvim/ops.h
+++ b/src/nvim/ops.h
@@ -1,7 +1,6 @@
#ifndef NVIM_OPS_H
#define NVIM_OPS_H
-#include "nvim/func_attr.h"
#include "nvim/types.h"
typedef int (*Indenter)(void);