diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-10-24 12:17:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-10-24 12:18:26 -0700 |
commit | 3615675a626aab8f49cfcc9205328bcd9cf6cb34 (patch) | |
tree | 43568769430ff4ad4faeecd77e210a4719c68523 | |
parent | 7783387b978e5c13a415d0076ab9ff8e1c45bf4c (diff) | |
download | subsurface-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ #include <stdlib.h> #define __USE_XOPEN #include <time.h> -#include <regex.h> #include "dive.h" #include "uemis.h" |