diff options
Diffstat (limited to 'plugins/Variables/src/stdafx.h')
-rw-r--r-- | plugins/Variables/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Variables/src/stdafx.h b/plugins/Variables/src/stdafx.h index fba748c67e..18d94c61ca 100644 --- a/plugins/Variables/src/stdafx.h +++ b/plugins/Variables/src/stdafx.h @@ -46,9 +46,9 @@ #include <m_variables.h>
-#include "..\helpers\gen_helpers.h"
+#include "../helpers/gen_helpers.h"
-#include "..\..\libs\pcre16\src\pcre.h"
+#include "../../libs/pcre16/src/pcre.h"
#include "resource.h"
#include "version.h"
|