From b65ebafbb15e8e69cfa5aba221b6fd9fab1f41c7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Nov 2017 18:41:39 +0300 Subject: SmaileyAdd to use pcre16 instead of the obsoleted regexp parser --- plugins/SmileyAdd/src/stdafx.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'plugins/SmileyAdd/src/stdafx.h') diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 0beb3b3005..227d1744fb 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -65,6 +65,7 @@ along with this program. If not, see . #include #include #include +#include #include #include @@ -72,12 +73,6 @@ along with this program. If not, see . #include #include -#include "regexp/wcpattern.h" -#include "regexp/wcmatcher.h" - -typedef WCPattern _TPattern; -typedef WCMatcher _TMatcher; - #include "resource.h" #include "version.h" #include "imagecache.h" -- cgit v1.2.3