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/Variables/src | |
parent | 577f845a0352522d256cbf51ace9b2e6769238f0 (diff) |
no need to patch pcre either
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r-- | plugins/Variables/src/stdafx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Variables/src/stdafx.h b/plugins/Variables/src/stdafx.h index 7147e2e8b6..7aadeee69e 100644 --- a/plugins/Variables/src/stdafx.h +++ b/plugins/Variables/src/stdafx.h @@ -44,13 +44,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include <m_netlib.h>
#include <m_metacontacts.h>
#include <m_timezones.h>
-
#include <m_variables.h>
+#include <pcre.h>
#include "../helpers/gen_helpers.h"
-#include "../../libs/pcre16/src/pcre.h"
-
#include "resource.h"
#include "version.h"
#include "contact.h"
|