diff options
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"
|