mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
7783387b97
commit
3615675a62
1 changed files with 0 additions and 1 deletions
1
uemis.c
1
uemis.c
|
@ -14,7 +14,6 @@
|
|||
#include <stdlib.h>
|
||||
#define __USE_XOPEN
|
||||
#include <time.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include "dive.h"
|
||||
#include "uemis.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue