libpurple/protocols/null/nullprotocol.c

branch
soc.2013.gobjectification.plugins
changeset 36657
4a7f5f97d1ec
parent 36653
4084c34c051d
child 36663
c61b6dbc1f03
--- 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"

mercurial