From 0534b54e519f5778ea7a1e2855a3f62d573fad93 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 3 Apr 2013 16:48:03 +0200 Subject: Remove strlutil --- src/common/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/util.h') diff --git a/src/common/util.h b/src/common/util.h index b375abb1..9e2d9f52 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -33,7 +33,6 @@ #ifndef HEXCHAT_UTIL_H #define HEXCHAT_UTIL_H -#include "strlutil.h" #define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)]) extern const unsigned char rfc_tolowertab[]; -- cgit 1.4.1