Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Wed, 21 May 2014 03:29:01 UTC Commit: 307880c0778e27d191305ec6c68355af2512d1d4 https://github.com/geany/geany-plugins/commit/307880c0778e27d191305ec6c68355...
Log Message: ----------- Use single <geanyplugin.h> that provides everything needed
Modified Paths: -------------- geanylua/geanylua.c geanylua/glspi.h
Modified: geanylua/geanylua.c 9 lines changed, 1 insertions(+), 8 deletions(-) =================================================================== @@ -35,14 +35,7 @@ #endif
-#include "geany.h" -#include "plugindata.h" -#include "keybindings.h" -#include "ui_utils.h" - -#include "geanyfunctions.h" - -#include <glib/gi18n.h> +#include <geanyplugin.h>
#include "glspi_ver.h"
Modified: geanylua/glspi.h 15 lines changed, 1 insertions(+), 14 deletions(-) =================================================================== @@ -16,20 +16,7 @@ #include <string.h> #include <ctype.h>
-#include "geany.h" -#include "plugindata.h" - -#include "prefs.h" -#include "project.h" -#include "support.h" -#include "document.h" -#include "filetypes.h" -#include "keybindings.h" -#include "ui_utils.h" -#include "editor.h" -#include "templates.h" - -#include "geanyfunctions.h" +#include <geanyplugin.h> #define main_widgets geany->main_widgets
#include "glspi_ver.h"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org