--- a/libpurple/ciphers/descipher.h Fri Feb 07 17:54:55 2014 +0530 +++ b/libpurple/ciphers/descipher.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#ifndef PURPLE_DES_CIPHER_H +#define PURPLE_DES_CIPHER_H /** * SECTION:descipher * @section_id: libpurple-descipher @@ -25,9 +28,6 @@ * @title: DES Cipher */ -#ifndef PURPLE_DES_CIPHER_H -#define PURPLE_DES_CIPHER_H - #include "cipher.h" #define PURPLE_TYPE_DES_CIPHER (purple_des_cipher_get_type())