From 0a25af7d16bebf84729694ea6c4dd224b6deabd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Thu, 20 Jun 2024 00:32:54 +0200 Subject: [PATCH] Don't include geanyfunctions.h from geanyplugin.h Clangd complains with main file cannot be included recursively when building a preamble and I suspect geanyfunctions.h is the old (and now empty) version of geanyplugin.h so there's no need to include it anyway. --- plugins/geanyplugin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/geanyplugin.h b/plugins/geanyplugin.h index 9da3a93b88..bfdabc17c2 100644 --- a/plugins/geanyplugin.h +++ b/plugins/geanyplugin.h @@ -40,7 +40,6 @@ #include "encodings.h" #include "filetypes.h" #include "geany.h" -#include "geanyfunctions.h" #include "highlighting.h" #include "keybindings.h" #include "main.h"