[geany/geany] 5b9bb1: Include geanyplugin.h from geanyfunctions.h for compatibility

Colomban Wendling git-noreply at xxxxx
Fri Apr 10 14:16:19 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Apr 2015 14:16:19 UTC
Commit:      5b9bb1d7b20f61c092d31bff1dbfe89eda566d87
             https://github.com/geany/geany/commit/5b9bb1d7b20f61c092d31bff1dbfe89eda566d87

Log Message:
-----------
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.


Modified Paths:
--------------
    plugins/geanyfunctions.h

Modified: plugins/geanyfunctions.h
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -23,5 +23,6 @@
 #ifndef GEANY_FUNCTIONS_H
 #define GEANY_FUNCTIONS_H 1
 
+#include "geanyplugin.h"
 
 #endif /* GEANY_FUNCTIONS */



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list