SF.net SVN: geany-plugins:[182] trunk/geanyvc

frlan at users.sourceforge.net frlan at xxxxx
Fri Sep 26 19:02:11 UTC 2008


Revision: 182
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=182&view=rev
Author:   frlan
Date:     2008-09-26 19:02:10 +0000 (Fri, 26 Sep 2008)

Log Message:
-----------
GeanyVC: Applied a patch by Enrico to remove not needed header includes.

Modified Paths:
--------------
    trunk/geanyvc/geanyvc.c
    trunk/geanyvc/vc_bzr.c
    trunk/geanyvc/vc_cvs.c
    trunk/geanyvc/vc_git.c
    trunk/geanyvc/vc_hg.c
    trunk/geanyvc/vc_svk.c
    trunk/geanyvc/vc_svn.c

Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/geanyvc.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -36,7 +36,6 @@
 #include "filetypes.h"
 #include "utils.h"
 #include "ui_utils.h"
-#include "project.h"
 #include "prefs.h"
 #include "pluginmacros.h"
 
@@ -1888,7 +1887,7 @@
 	g_signal_connect((gpointer) menu_vc_diff_dir, "activate",
 			 G_CALLBACK(vcdiff_dir_activated), NULL);
 
-	// Project
+	// Base directory
 	menu_vc_diff_basedir = gtk_menu_item_new_with_mnemonic(_("Diff From Base Directory"));
 	gtk_container_add(GTK_CONTAINER(menu_vc_menu), menu_vc_diff_basedir);
 	gtk_tooltips_set_tip(tooltips, menu_vc_diff_basedir,

Modified: trunk/geanyvc/vc_bzr.c
===================================================================
--- trunk/geanyvc/vc_bzr.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/vc_bzr.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -27,7 +27,6 @@
 #include "document.h"
 #include "filetypes.h"
 #include "utils.h"
-#include "project.h"
 #include "pluginmacros.h"
 
 #include "geanyvc.h"

Modified: trunk/geanyvc/vc_cvs.c
===================================================================
--- trunk/geanyvc/vc_cvs.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/vc_cvs.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -27,7 +27,6 @@
 #include "document.h"
 #include "filetypes.h"
 #include "utils.h"
-#include "project.h"
 #include "pluginmacros.h"
 
 #include "geanyvc.h"

Modified: trunk/geanyvc/vc_git.c
===================================================================
--- trunk/geanyvc/vc_git.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/vc_git.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -27,7 +27,6 @@
 #include "document.h"
 #include "filetypes.h"
 #include "utils.h"
-#include "project.h"
 #include "pluginmacros.h"
 
 #include "geanyvc.h"

Modified: trunk/geanyvc/vc_hg.c
===================================================================
--- trunk/geanyvc/vc_hg.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/vc_hg.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -27,7 +27,6 @@
 #include "document.h"
 #include "filetypes.h"
 #include "utils.h"
-#include "project.h"
 #include "pluginmacros.h"
 
 #include "geanyvc.h"

Modified: trunk/geanyvc/vc_svk.c
===================================================================
--- trunk/geanyvc/vc_svk.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/vc_svk.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -27,7 +27,6 @@
 #include "document.h"
 #include "filetypes.h"
 #include "utils.h"
-#include "project.h"
 #include "pluginmacros.h"
 
 #include "geanyvc.h"

Modified: trunk/geanyvc/vc_svn.c
===================================================================
--- trunk/geanyvc/vc_svn.c	2008-09-19 21:30:57 UTC (rev 181)
+++ trunk/geanyvc/vc_svn.c	2008-09-26 19:02:10 UTC (rev 182)
@@ -27,7 +27,6 @@
 #include "document.h"
 #include "filetypes.h"
 #include "utils.h"
-#include "project.h"
 #include "pluginmacros.h"
 
 #include "geanyvc.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list