From 3615675a626aab8f49cfcc9205328bcd9cf6cb34 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 24 Oct 2011 12:17:07 -0700 Subject: Stop including regex.h I removed the regex code from the uemis parser a long time ago, but forgot to remove the #include Signed-off-by: Dirk Hohndel --- uemis.c | 1 - 1 file changed, 1 deletion(-) (limited to 'uemis.c') diff --git a/uemis.c b/uemis.c index c7b16766b..f55407b4b 100644 --- a/uemis.c +++ b/uemis.c @@ -14,7 +14,6 @@ #include #define __USE_XOPEN #include -#include #include "dive.h" #include "uemis.h" -- cgit v1.2.3-70-g09d2