Revision: 2138 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2138&view=re... Author: eht16 Date: 2011-08-14 10:03:52 +0000 (Sun, 14 Aug 2011)
Log Message: ----------- Move include of config.h to the top
Modified Paths: -------------- trunk/geany-plugins/addons/src/addons.c
Modified: trunk/geany-plugins/addons/src/addons.c =================================================================== --- trunk/geany-plugins/addons/src/addons.c 2011-08-13 22:15:21 UTC (rev 2137) +++ trunk/geany-plugins/addons/src/addons.c 2011-08-14 10:03:52 UTC (rev 2138) @@ -22,6 +22,10 @@ */
+#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "geanyplugin.h"
#include "addons.h" @@ -34,9 +38,6 @@ #include "ao_tasks.h" #include "ao_xmltagging.h"
-#ifdef HAVE_CONFIG_H -# include "config.h" /* for the gettext domain */ -#endif
GeanyPlugin *geany_plugin;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.