Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 19 Jun 2024 22:32:54 UTC Commit: 0a25af7d16bebf84729694ea6c4dd224b6deabd8 https://github.com/geany/geany/commit/0a25af7d16bebf84729694ea6c4dd224b6deab...
Log Message: ----------- 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.
Modified Paths: -------------- plugins/geanyplugin.h
Modified: plugins/geanyplugin.h 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -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"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).