]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Stop including regex.h
authorDirk Hohndel <dirk@hohndel.org>
Mon, 24 Oct 2011 19:17:07 +0000 (12:17 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Mon, 24 Oct 2011 19:18:26 +0000 (12:18 -0700)
I removed the regex code from the uemis parser a long time ago, but forgot
to remove the #include <regex.h>

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
uemis.c

diff --git a/uemis.c b/uemis.c
index c7b16766bde611c1d4965d37214f1bf17c49931b..f55407b4bc254ab0ee9a641b2b6075d996ce983e 100644 (file)
--- a/uemis.c
+++ b/uemis.c
@@ -14,7 +14,6 @@
 #include <stdlib.h>
 #define __USE_XOPEN
 #include <time.h>
-#include <regex.h>
 
 #include "dive.h"
 #include "uemis.h"