summaryrefslogtreecommitdiff
path: root/plugins/Spamotron/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-04 21:35:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-04 21:35:24 +0300
commit72d19ead542f6cf59847c4605de68471f8f978a8 (patch)
tree974d0bc3feaf7164be683a3b72548a74ea14c7ac /plugins/Spamotron/src
parent577f845a0352522d256cbf51ace9b2e6769238f0 (diff)
no need to patch pcre either
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r--plugins/Spamotron/src/stdafx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h
index c09ca7d427..a046076b0e 100644
--- a/plugins/Spamotron/src/stdafx.h
+++ b/plugins/Spamotron/src/stdafx.h
@@ -17,10 +17,8 @@
#include <m_popup.h>
#include <m_langpack.h>
#include <m_protosvc.h>
-
-#include "m_folders.h"
-
-#include "../../libs/pcre16/src/pcre.h"
+#include <m_folders.h>
+#include <pcre.h>
#include "resource.h"
#include "version.h"