[geany/geany-plugins] b4e9bd: commander: Cleanup includes
Colomban Wendling
git-noreply at xxxxx
Sat Aug 4 15:08:40 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sat, 04 Aug 2012 15:08:40
Commit: b4e9bd82fc2ce4cf0b495c89af9d5adbf2fdca1c
https://github.com/geany/geany-plugins/commit/b4e9bd82fc2ce4cf0b495c89af9d5adbf2fdca1c
Log Message:
-----------
commander: Cleanup includes
Modified Paths:
--------------
commander/src/commander-plugin.c
Modified: commander/src/commander-plugin.c
5 files changed, 1 insertions(+), 4 deletions(-)
===================================================================
@@ -19,16 +19,13 @@
#include "config.h"
-#include <stdlib.h>
-#include <stdio.h>
+#include <string.h>
#include <glib.h>
#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <geanyplugin.h>
-#include <geany.h>
-#include <document.h>
GeanyPlugin *geany_plugin;
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list