diff -r dae3c140ebaa -r 84873ce721dc libpurple/buddylist.h --- a/libpurple/buddylist.h Fri Feb 07 18:22:36 2014 +0530 +++ b/libpurple/buddylist.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_BUDDY_LIST_H_ +#define _PURPLE_BUDDY_LIST_H_ /** * SECTION:buddylist * @section_id: libpurple-buddylist @@ -26,9 +29,6 @@ * @see_also: Buddy List signals */ -#ifndef _PURPLE_BUDDY_LIST_H_ -#define _PURPLE_BUDDY_LIST_H_ - /* I can't believe I let ChipX86 inspire me to write good code. -Sean */ #include "blistnodetypes.h"