summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-22 16:26:51 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-22 16:26:51 +0200
commit6bae9a94b97f808e888de1b4633ccb52e7c26c58 (patch)
tree9f11153a199643bad1c53509af93888a5944b044 /util.h
parent6d02ae93a30afe8492b176907c5cf11d0e639420 (diff)
sfeed_opml_import: does not need util but may need compat.h for strlcpy, strlcat
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index d0bffa9..efcfc21 100644
--- a/util.h
+++ b/util.h
@@ -1,6 +1,4 @@
-#ifdef COMPAT
#include "compat.h"
-#endif
#define ISUTF8(c) (((c) & 0xc0) != 0x80)
#define LEN(x) (sizeof (x) / sizeof *(x))