]> git.tdb.fi Git - ext/subsurface.git/commit
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)
commit3615675a626aab8f49cfcc9205328bcd9cf6cb34
tree43568769430ff4ad4faeecd77e210a4719c68523
parent7783387b978e5c13a415d0076ab9ff8e1c45bf4c
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>
uemis.c