From cacd576240f61a3bfb1da47c58446c20bec31cb3 Mon Sep 17 00:00:00 2001 From: lostd Date: Tue, 27 Jan 2015 13:45:25 +0200 Subject: [PATCH] Remove unused include --- util.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/util.h b/util.h index 89110e51..b1540858 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,3 @@ -#include - #undef strlcat size_t strlcat(char *, const char *, size_t); #undef strlcpy