From 802dace05e8bce06bf4c7df9faadba779d60bb82 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 18 Feb 2018 11:22:13 +0800 Subject: include config.h for options.h. don't need to include options.h when includes.h brings it in --- list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list.c') diff --git a/list.c b/list.c index 1730711..eeba7c3 100644 --- a/list.c +++ b/list.c @@ -1,4 +1,4 @@ -#include "options.h" +#include "includes.h" #include "dbutil.h" #include "list.h" -- cgit v1.2.3