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>
This commit is contained in:
Dirk Hohndel 2011-10-24 12:17:07 -07:00
parent 7783387b97
commit 3615675a62

View file

@ -14,7 +14,6 @@
#include <stdlib.h>
#define __USE_XOPEN
#include <time.h>
#include <regex.h>
#include "dive.h"
#include "uemis.h"