aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-24 12:17:07 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-24 12:18:26 -0700
commit3615675a626aab8f49cfcc9205328bcd9cf6cb34 (patch)
tree43568769430ff4ad4faeecd77e210a4719c68523
parent7783387b978e5c13a415d0076ab9ff8e1c45bf4c (diff)
downloadsubsurface-3615675a626aab8f49cfcc9205328bcd9cf6cb34.tar.gz
Stop including regex.h
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>
-rw-r--r--uemis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uemis.c b/uemis.c
index c7b16766b..f55407b4b 100644
--- 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"