--- a/libpurple/ciphers/md4hash.h Fri Feb 07 17:54:55 2014 +0530 +++ b/libpurple/ciphers/md4hash.h Fri Feb 07 21:45:54 2014 +0530 @@ -19,6 +19,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#ifndef PURPLE_MD4_HASH_H +#define PURPLE_MD4_HASH_H /** * SECTION:md4hash * @section_id: libpurple-md4hash @@ -26,9 +29,6 @@ * @title: MD4 Hash */ -#ifndef PURPLE_MD4_HASH_H -#define PURPLE_MD4_HASH_H - #include "cipher.h" #define PURPLE_TYPE_MD4_HASH (purple_md4_hash_get_type())