From 3615675a626aab8f49cfcc9205328bcd9cf6cb34 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 24 Oct 2011 12:17:07 -0700 Subject: [PATCH] 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(-) diff --git a/uemis.c b/uemis.c index c7b1676..f55407b 100644 --- a/uemis.c +++ b/uemis.c @@ -14,7 +14,6 @@ #include #define __USE_XOPEN #include -#include #include "dive.h" #include "uemis.h" -- 2.43.0