From: Martin Mares Date: Tue, 8 Nov 2005 21:04:58 +0000 (+0000) Subject: #include "sherlock/tagged-text.h" really doesn't belong here. X-Git-Tag: holmes-import~714 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=34c26e895a2a5cbfeea172c046354be4a006bd18;p=libucw.git #include "sherlock/tagged-text.h" really doesn't belong here. --- diff --git a/lib/kmp.c b/lib/kmp.c index c930168d..c2e2dd10 100644 --- a/lib/kmp.c +++ b/lib/kmp.c @@ -8,7 +8,6 @@ #include "lib/bitops.h" #include "lib/mempool.h" #include "lib/lists.h" -#include "sherlock/tagged-text.h" #include "lib/unicode.h" #define KMP_GET_CHAR KMP_GET_RAW @@ -16,7 +15,6 @@ #include #include -#include #include #define TRACE(level, mask...) if (0) fprintf(stderr, mask) diff --git a/lib/kmp.h b/lib/kmp.h index 99dd5142..0a83dd7b 100644 --- a/lib/kmp.h +++ b/lib/kmp.h @@ -19,6 +19,8 @@ #include "lib/lists.h" +#include + /* * Input conversion flags (the conversion is handled exclusively by the KMP_GET_CHAR * macro, so you can define your own conversion modes, soo).