--- a/libpurple/dbus-server.c Sat Nov 28 02:11:27 2009 +0000 +++ b/libpurple/dbus-server.c Sat Nov 28 02:45:45 2009 +0000 @@ -25,16 +25,16 @@ #define DBUS_API_SUBJECT_TO_CHANGE #endif +/* Allow the code below to see deprecated functions, so we can continue to + * export them via DBus. */ +#undef PURPLE_DISABLE_DEPRECATED + #include "internal.h" #include <stdio.h> #include <stdlib.h> #include <string.h> -/* Allow the code below to see deprecated functions, so we can continue to - * export them via DBus. */ -#undef PURPLE_DISABLE_DEPRECATED - #include "account.h" #include "blist.h" #include "conversation.h"