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:
Colomban Wendling 2015-04-05 00:27:47 +00:00
parent ede1faca54
commit 5b9bb1d7b2

View File

@ -23,5 +23,6 @@
#ifndef GEANY_FUNCTIONS_H
#define GEANY_FUNCTIONS_H 1
#include "geanyplugin.h"
#endif /* GEANY_FUNCTIONS */