libpurple/plugins.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 35487
494f09f7f331
parent 37089
4cf0522a39f5
child 37097
aef5930bd889
--- a/libpurple/plugins.h	Fri Feb 07 18:22:36 2014 +0530
+++ b/libpurple/plugins.h	Fri Feb 07 21:49:22 2014 +0530
@@ -18,6 +18,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+
+#ifndef _PURPLE_PLUGINS_H_
+#define _PURPLE_PLUGINS_H_
 /**
  * SECTION:plugins
  * @section_id: libpurple-plugins
@@ -28,9 +31,6 @@
  *     <link linkend="chapter-plugin-i18n">Third Party Plugin Translation</link>
  */
 
-#ifndef _PURPLE_PLUGINS_H_
-#define _PURPLE_PLUGINS_H_
-
 #ifdef PURPLE_PLUGINS
 #include <gplugin.h>
 #include <gplugin-native.h>

mercurial