diff -r dae3c140ebaa -r 84873ce721dc libpurple/protocol.h --- a/libpurple/protocol.h Fri Feb 07 18:22:36 2014 +0530 +++ b/libpurple/protocol.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_PROTOCOL_H_ +#define _PURPLE_PROTOCOL_H_ /** * SECTION:protocol * @section_id: libpurple-protocol @@ -25,9 +28,6 @@ * @title: Protocol Object and Interfaces */ -#ifndef _PURPLE_PROTOCOL_H_ -#define _PURPLE_PROTOCOL_H_ - #define PURPLE_TYPE_PROTOCOL (purple_protocol_get_type()) #define PURPLE_PROTOCOL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_PROTOCOL, PurpleProtocol)) #define PURPLE_PROTOCOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), PURPLE_TYPE_PROTOCOL, PurpleProtocolClass))