--- a/libpurple/protocols/null/nullprotocol.c Mon Sep 02 19:50:32 2013 +0530 +++ b/libpurple/protocols/null/nullprotocol.c Tue Sep 03 02:22:02 2013 +0530 @@ -46,14 +46,14 @@ #include <glib.h> -#include "nullprotocol.h" - /* If you're using this as the basis of a protocol that will be distributed * separately from libpurple, remove the internal.h include below and replace * it with code to include your own config.h or similar. If you're going to * provide for translation, you'll also need to setup the gettext macros. */ #include "internal.h" +#include "nullprotocol.h" + #include "account.h" #include "accountopt.h" #include "buddylist.h"