summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-29 18:41:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-29 18:41:39 +0300
commitb65ebafbb15e8e69cfa5aba221b6fd9fab1f41c7 (patch)
tree26345eb86cd7a72d25de2fd06d5e2121cf64d8ed /plugins/SmileyAdd/src/stdafx.h
parent7fa12897e87d7ff7a7556a9b33afb8628b7bbeba (diff)
SmaileyAdd to use pcre16 instead of the obsoleted regexp parser
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r--plugins/SmileyAdd/src/stdafx.h7
1 files changed, 1 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>.
#include <m_icolib.h>
#include <m_genmenu.h>
#include <m_imgsrvc.h>
+#include <m_regexp.h>
#include <m_string.h>
#include <m_fontservice.h>
@@ -72,12 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_smileyadd.h>
#include <m_folders.h>
-#include "regexp/wcpattern.h"
-#include "regexp/wcmatcher.h"
-
-typedef WCPattern _TPattern;
-typedef WCMatcher _TMatcher;
-
#include "resource.h"
#include "version.h"
#include "imagecache.h"