Kaydet (Commit) 5b9bb1d7 authored tarafından Colomban Wendling's avatar Colomban Wendling

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.
üst ede1faca
......@@ -23,5 +23,6 @@
#ifndef GEANY_FUNCTIONS_H
#define GEANY_FUNCTIONS_H 1
#include "geanyplugin.h"
#endif /* GEANY_FUNCTIONS */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment