Revision: 5351 http://geany.svn.sourceforge.net/geany/?rev=5351&view=rev Author: ntrel Date: 2010-11-02 12:49:05 +0000 (Tue, 02 Nov 2010)
Log Message: ----------- Remove unnecessary includes.
Modified Paths: -------------- trunk/plugins/splitwindow.c
Modified: trunk/plugins/splitwindow.c =================================================================== --- trunk/plugins/splitwindow.c 2010-11-01 16:16:20 UTC (rev 5350) +++ trunk/plugins/splitwindow.c 2010-11-02 12:49:05 UTC (rev 5351) @@ -27,11 +27,7 @@ #include "geanyplugin.h" #include <string.h>
-#include "Scintilla.h" -#include "ScintillaWidget.h" -#include "SciLexer.h"
- PLUGIN_VERSION_CHECK(GEANY_API_VERSION) PLUGIN_SET_INFO(_("Split Window"), _("Splits the editor view into two windows."), VERSION, _("The Geany developer team"))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.