[geany/geany-plugins] f2ab51: Fix implicit function declarations by including appropriate headers

Colomban Wendling git-noreply at xxxxx
Wed Mar 9 14:37:34 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 09 Mar 2016 14:37:34 UTC
Commit:      f2ab51090839b2a93ec8cc3ed0e1e4874ff9b3cf
             https://github.com/geany/geany-plugins/commit/f2ab51090839b2a93ec8cc3ed0e1e4874ff9b3cf

Log Message:
-----------
Fix implicit function declarations by including appropriate headers

Introduced my legacy inclusion removal in 25e3c8851a5113423ce16a6b8008.


Modified Paths:
--------------
    codenav/src/utils.c
    shiftcolumn/src/shiftcolumn.c

Modified: codenav/src/utils.c
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -21,6 +21,8 @@
 
 #include "utils.h"
 
+#include <geanyplugin.h>
+
  /**
  * @brief	Function which returns the extension of the file path which 
  * 			is given, or NULL if it did not found any extension.


Modified: shiftcolumn/src/shiftcolumn.c
9 lines changed, 1 insertions(+), 8 deletions(-)
===================================================================
@@ -23,19 +23,12 @@
 # include "config.h"
 #endif
 
-#include "geany.h"
-#include "support.h"
+#include <geanyplugin.h>
 
 #ifdef HAVE_LOCALE_H
 # include <locale.h>
 #endif
 
-#include "ui_utils.h"
-
-#include "document.h"
-#include "keybindings.h"
-#include "plugindata.h"
-
 #include <glib.h>
 #include <glib/gprintf.h>
 #include <gdk/gdkkeysyms.h>



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


More information about the Plugins-Commits mailing list