--- a/libpurple/ciphers/sha256hash.h Fri Feb 07 17:54:55 2014 +0530 +++ b/libpurple/ciphers/sha256hash.h Fri Feb 07 21:45:54 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_SHA256_HASH_H +#define PURPLE_SHA256_HASH_H /** * SECTION:sha256hash * @section_id: libpurple-sha256hash @@ -25,9 +28,6 @@ * @title: SHA256 Hash */ -#ifndef PURPLE_SHA256_HASH_H -#define PURPLE_SHA256_HASH_H - #include "cipher.h" #define PURPLE_TYPE_SHA256_HASH (purple_sha256_hash_get_type())