Include geanyplugin.h from geanyfunctions.h for compatibility
geanyfunctions.h used to bring all function declarations, and some plugins depend on this side effect instead of properly including geanyplugin.h directly. So, reintroduce the behavior for compatibility with those plugins.
This commit is contained in:
parent
ede1faca54
commit
5b9bb1d7b2
@ -23,5 +23,6 @@
|
||||
#ifndef GEANY_FUNCTIONS_H
|
||||
#define GEANY_FUNCTIONS_H 1
|
||||
|
||||
#include "geanyplugin.h"
|
||||
|
||||
#endif /* GEANY_FUNCTIONS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user