diff options
author | ewewukek <ewewukek@gmail.com> | 2024-02-23 17:24:41 +0300 |
---|---|---|
committer | ewewukek <ewewukek@gmail.com> | 2024-02-23 17:24:41 +0300 |
commit | 07a3d8dbd5d391d7be813f51bb7c941a5276aee3 (patch) | |
tree | bbd3d1ab35d9dda15f04ba47a76a943ffc1d2902 /src/template.hpp | |
parent | 00cb0a5770529999191fc4484348fe89196de263 (diff) | |
download | mplint-07a3d8dbd5d391d7be813f51bb7c941a5276aee3.tar.gz mplint-07a3d8dbd5d391d7be813f51bb7c941a5276aee3.tar.bz2 mplint-07a3d8dbd5d391d7be813f51bb7c941a5276aee3.tar.xz mplint-07a3d8dbd5d391d7be813f51bb7c941a5276aee3.zip |
Switch to PCRE2 engine
Diffstat (limited to 'src/template.hpp')
-rw-r--r-- | src/template.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template.hpp b/src/template.hpp index cf67ebe..ae514ae 100644 --- a/src/template.hpp +++ b/src/template.hpp @@ -22,7 +22,6 @@ #include "stringutils.h" #include <map> -#include <regex> #include "localconsts.h" |