libpurple/purple.h.in

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 37058
04ebc4a2fac7
parent 35487
494f09f7f331
child 37135
6271bcdee576
--- a/libpurple/purple.h.in	Fri Feb 07 18:22:36 2014 +0530
+++ b/libpurple/purple.h.in	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_PURPLE_H_
+#define _PURPLE_PURPLE_H_
 /**
  * SECTION:purple
  * @section_id: libpurple-purple
@@ -30,9 +33,6 @@
  * include any other libpurple files.
  */
 
-#ifndef _PURPLE_PURPLE_H_
-#define _PURPLE_PURPLE_H_
-
 #include <glib.h>
 
 #ifdef HAVE_CONFIG_H

mercurial