summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2019-09-12 14:29:28 +0200
committerPatrick Steinhardt <ps@pks.im>2019-09-21 15:26:19 +0200
commitf585b129e242bacb4cbecc30a6af727e5b4c2f28 (patch)
treefda5c90badddc8258972140ec25fe9d02f6b6cff /src/common.h
parent7aacf0272560c793ff527722560d522bc596f209 (diff)
downloadlibgit2-f585b129e242bacb4cbecc30a6af727e5b4c2f28.tar.gz
posix: remove superseded POSIX regex wrappers
The old POSIX regex wrappers have been superseded by our own regexp API that provides a higher-level abstraction. Remove the POSIX wrappers in favor of the new one.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 8a5761abc..a4152caf2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -88,7 +88,6 @@
#include "git2/deprecated.h"
#include "posix.h"
-#include "posix_regex.h"
#define DEFAULT_BUFSIZE 65536
#define FILEIO_BUFSIZE DEFAULT_BUFSIZE