From 3424a9009ff609b4d2ecd05f94e0146e36210fb1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 20 Sep 2019 17:52:54 +0200 Subject: [PATCH] Removed unused regex include from asciidoc export. --- src/lib/export/adoc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/export/adoc.cpp b/src/lib/export/adoc.cpp index 317d8ea..43f7178 100644 --- a/src/lib/export/adoc.cpp +++ b/src/lib/export/adoc.cpp @@ -16,7 +16,6 @@ #include #include -#include #include #include #include @@ -29,8 +28,6 @@ namespace remwharead using std::string; using std::cerr; using std::endl; - using std::regex; - using std::regex_replace; using tagpair = std::pair>; void Export::AsciiDoc::print() const