From 2482ce144705af4a8bbfac069343d9e0d7eb3e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 22 Jul 2016 10:45:08 +0000 Subject: Standardize use of slashes in includes to "/" (thanks ybznek for idea) Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/src/regexp/WCMatcher.cpp | 2 +- plugins/SmileyAdd/src/regexp/WCPattern.cpp | 2 +- plugins/SmileyAdd/src/stdafx.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/SmileyAdd/src') diff --git a/plugins/SmileyAdd/src/regexp/WCMatcher.cpp b/plugins/SmileyAdd/src/regexp/WCMatcher.cpp index 5a1f73c183..939e347afd 100644 --- a/plugins/SmileyAdd/src/regexp/WCMatcher.cpp +++ b/plugins/SmileyAdd/src/regexp/WCMatcher.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "../stdafx.h" const int WCMatcher::MATCH_ENTIRE_STRING = 0x01; diff --git a/plugins/SmileyAdd/src/regexp/WCPattern.cpp b/plugins/SmileyAdd/src/regexp/WCPattern.cpp index c64022e460..22a7b78847 100644 --- a/plugins/SmileyAdd/src/regexp/WCPattern.cpp +++ b/plugins/SmileyAdd/src/regexp/WCPattern.cpp @@ -23,7 +23,7 @@ @version 1.07.00 */ -#include "..\stdafx.h" +#include "../stdafx.h" std::map WCPattern::compiledWCPatterns; std::map > WCPattern::registeredWCPatterns; diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index f45b5a5365..3f9d130e8e 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -35,7 +35,7 @@ along with this program. If not, see . #include #include #include -#include +#include #include #include @@ -70,8 +70,8 @@ along with this program. If not, see . #include #include -#include "regexp\wcpattern.h" -#include "regexp\wcmatcher.h" +#include "regexp/wcpattern.h" +#include "regexp/wcmatcher.h" typedef WCPattern _TPattern; typedef WCMatcher _TMatcher; -- cgit v1.2.3