summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-03 16:48:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-03 16:48:03 +0200
commit0534b54e519f5778ea7a1e2855a3f62d573fad93 (patch)
treef79f0be931ff7fabc65092bfac84e432a626a5ee /src/common/util.h
parentfaf4575e9a106332d4fa5daf5f4a6572c1d77c20 (diff)
Remove strlutil
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 0 insertions, 1 deletions
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[];