summaryrefslogtreecommitdiff
path: root/src/buffer_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_manager.hh')
-rw-r--r--src/buffer_manager.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index 50d75b7d..0abb6415 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -2,9 +2,9 @@
#define buffer_manager_hh_INCLUDED
#include "buffer.hh"
-#include "completion.hh"
-#include "utils.hh"
-#include "safe_ptr.hh"
+#include "vector.hh"
+
+#include <memory>
namespace Kakoune
{