[geany/geany-plugins] 2cdff7: scope: removed unnecessary includes of 'vte/vte.h'
LarsGit223
git-noreply at xxxxx
Mon Nov 26 18:53:39 UTC 2018
Branch: refs/heads/master
Author: LarsGit223 <lars_paulsen at web.de>
Committer: LarsGit223 <lars_paulsen at web.de>
Date: Mon, 26 Nov 2018 18:53:39 UTC
Commit: 2cdff7cef28ef524996cba25f126ce25c67a20a9
https://github.com/geany/geany-plugins/commit/2cdff7cef28ef524996cba25f126ce25c67a20a9
Log Message:
-----------
scope: removed unnecessary includes of 'vte/vte.h'
Modified Paths:
--------------
scope/src/prefs.c
scope/src/scope.c
Modified: scope/src/prefs.c
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -26,10 +26,6 @@
#include "common.h"
-#ifdef G_OS_UNIX
-#include <vte/vte.h>
-#endif
-
gchar *pref_gdb_executable;
gboolean pref_gdb_async_mode;
#ifndef G_OS_UNIX
Modified: scope/src/scope.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -25,8 +25,6 @@
#include "common.h"
-#include <vte/vte.h>
-
#include <gp_gtkcompat.h>
GeanyPlugin *geany_plugin;
--------------
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