Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 20 Feb 2016 17:17:57 UTC Commit: 2d67ea260ba0c26893b2e6f132700c586cb64b59 https://github.com/geany/geany-plugins/commit/2d67ea260ba0c26893b2e6f132700c...
Log Message: ----------- codenav: Cleanup Geany includes
Modified Paths: -------------- codenav/src/codenavigation.h
Modified: codenav/src/codenavigation.h 12 lines changed, 1 insertions(+), 11 deletions(-) =================================================================== @@ -23,27 +23,17 @@ #define CODENAVIGATION_H
/* First */ -#include "geany.h" /* for the GeanyApp data type */ +#include <geanyplugin.h>
/* Other includes */ -#include "editor.h" /* for the declaration of the GeanyEditor struct, not strictly necessary - as it will be also included by plugindata.h */ -#include "document.h" /* for the declaration of the GeanyDocument struct */ -#include "ui_utils.h" #include "Scintilla.h" /* for the SCNotification struct */
-#include "keybindings.h" -#include "filetypes.h" #include <gdk/gdkkeysyms.h>
#include <string.h>
#include "switch_head_impl.h"
-/* Last */ -#include "plugindata.h" /* this defines the plugin API */ -#include "geanyfunctions.h" /* this wraps geany_functions function pointers */ - /* Debug flag */ /*#define CODE_NAVIGATION_DEBUG*/
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org