summaryrefslogtreecommitdiff
path: root/libpurple/idle.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-10-23 01:06:57 -0500
committerGary Kramlich <grim@reaperworld.com>2021-10-23 01:06:57 -0500
commitc4166e1d247c08dc3b68d5c5a9fe3b6061d1b883 (patch)
tree72b7e7d122b28ab2cc6a62b75279c0abde94c984 /libpurple/idle.c
parentf1da8613611d1ff9b13d3fca3f33d03a944b039d (diff)
downloadpidgin-c4166e1d247c08dc3b68d5c5a9fe3b6061d1b883.tar.gz
Now that the History API is here, remove the purple logging api
Testing Done: Sent ims in both pidgin3 and finch3, also joined a chat in pidgin3 and verified that the preferences window is okay. Reviewed at https://reviews.imfreedom.org/r/1077/
Diffstat (limited to 'libpurple/idle.c')
-rw-r--r--libpurple/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/idle.c b/libpurple/idle.c
index e52fb1a177..d8f7e55b72 100644
--- a/libpurple/idle.c
+++ b/libpurple/idle.c
@@ -22,10 +22,10 @@
*/
#include "connection.h"
+#include "conversations.h"
#include "debug.h"
#include "eventloop.h"
#include "idle.h"
-#include "log.h"
#include "prefs.h"
#include "savedstatuses.h"
#include "signals.h"