From b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 30 Oct 2011 02:40:54 -0400 Subject: We don't include headers in headers in this project. * parser.h: Do not include * regex.c: Include * regex.h: Do not include --- regex.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'regex.h') diff --git a/regex.h b/regex.h index 2f8378c2..57d8fb6b 100644 --- a/regex.h +++ b/regex.h @@ -24,8 +24,6 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include - val regex_compile(val regex_sexp); val regexp(val); val search_regex(val haystack, val needle_regex, val start_num, val from_end); -- cgit v1.2.3