--- a/libpurple/connection.h Fri Feb 07 17:54:55 2014 +0530 +++ b/libpurple/connection.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_CONNECTION_H_ +#define _PURPLE_CONNECTION_H_ /** * SECTION:connection * @section_id: libpurple-connection @@ -26,9 +29,6 @@ * @see_also: <link linkend="chapter-signals-connection">Connection signals</link> */ -#ifndef _PURPLE_CONNECTION_H_ -#define _PURPLE_CONNECTION_H_ - #define PURPLE_TYPE_CONNECTION (purple_connection_get_type()) #define PURPLE_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_CONNECTION, PurpleConnection)) #define PURPLE_CONNECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), PURPLE_TYPE_CONNECTION, PurpleConnectionClass))