libpurple/dbus-server.c

changeset 28995
0f01bb38e32a
parent 28981
4e3922ab4844
child 29188
99411c63a3ba
--- 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"

mercurial