--- a/libpurple/xmlnode.h Fri Feb 07 17:54:55 2014 +0530 +++ b/libpurple/xmlnode.h Fri Feb 07 21:45:54 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_XMLNODE_H_ +#define _PURPLE_XMLNODE_H_ /** * SECTION:xmlnode * @section_id: libpurple-xmlnode @@ -25,9 +28,6 @@ * @title: XML DOM functions */ -#ifndef _PURPLE_XMLNODE_H_ -#define _PURPLE_XMLNODE_H_ - #include <glib.h> #include <glib-object.h>