Revision: 1650 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1650&view=re... Author: frlan Date: 2010-10-10 16:59:47 +0000 (Sun, 10 Oct 2010)
Log Message: ----------- GeanyLaTeX: Remove not needed include
Modified Paths: -------------- trunk/geanylatex/src/geanylatex.h
Modified: trunk/geanylatex/src/geanylatex.h =================================================================== --- trunk/geanylatex/src/geanylatex.h 2010-10-10 16:56:41 UTC (rev 1649) +++ trunk/geanylatex/src/geanylatex.h 2010-10-10 16:59:47 UTC (rev 1650) @@ -39,11 +39,9 @@ #include "latexstructure.h" #include "latexkeybindings.h"
-#ifdef HAVE_LOCALE_H -# include <locale.h> -#endif
#include <string.h> + typedef void (*MenuCallback) (G_GNUC_UNUSED GtkMenuItem * menuitem, G_GNUC_UNUSED gpointer gdata);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org