From b0401b13bb78bacde9d10b00766830cbeb2c90f6 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Wed, 30 May 2018 19:35:37 +0200 Subject: Clean up header includes - Remove because related functions are in util.c now - Remove corresponding if not used otherwise --- components/disk.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/disk.c') diff --git a/components/disk.c b/components/disk.c index f3c96d5..9d2284e 100644 --- a/components/disk.c +++ b/components/disk.c @@ -1,7 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include #include -#include #include #include "../util.h" -- cgit v1.2.3