From: Dirk Hohndel Date: Mon, 24 Oct 2011 19:17:07 +0000 (-0700) Subject: Stop including regex.h X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=commitdiff_plain;h=3615675a626aab8f49cfcc9205328bcd9cf6cb34 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 --- 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"