diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-04 21:35:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-04 21:35:24 +0300 |
commit | 72d19ead542f6cf59847c4605de68471f8f978a8 (patch) | |
tree | 974d0bc3feaf7164be683a3b72548a74ea14c7ac /plugins/Spamotron/src | |
parent | 577f845a0352522d256cbf51ace9b2e6769238f0 (diff) |
no need to patch pcre either
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r-- | plugins/Spamotron/src/stdafx.h | 6 |
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"
|