From 6fd66a9264731bd7ee6d7602675965021d929a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 24 Aug 2022 15:17:08 +0200 Subject: Remove Prolog dependency. The only thing left to reimplement is the tracking of watched episodes in MPC-HC. --- c/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/util.h') diff --git a/c/util.h b/c/util.h index 7f704df..729e64d 100644 --- a/c/util.h +++ b/c/util.h @@ -4,7 +4,6 @@ #include #include #include -#include #include #define CONCAT_IMPL(a, b) a##b -- cgit v1.2.3