From 31ad5a2b294f59b5a64a8e7d8383669baeb7fdd0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 3 Jun 2012 14:17:25 +0000 Subject: let VS2010 be damnned git-svn-id: http://svn.miranda-ng.org/main/trunk@285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/srfile/file.cpp | 2 +- src/modules/srfile/fileexistsdlg.cpp | 2 +- src/modules/srfile/fileopts.cpp | 2 +- src/modules/srfile/filerecvdlg.cpp | 2 +- src/modules/srfile/filesenddlg.cpp | 2 +- src/modules/srfile/filexferdlg.cpp | 2 +- src/modules/srfile/ftmanager.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/modules/srfile') diff --git a/src/modules/srfile/file.cpp b/src/modules/srfile/file.cpp index 37f7d15a1f..bb0129dada 100644 --- a/src/modules/srfile/file.cpp +++ b/src/modules/srfile/file.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include "file.h" TCHAR* PFTS_StringToTchar( int flags, const PROTOCHAR* s ); diff --git a/src/modules/srfile/fileexistsdlg.cpp b/src/modules/srfile/fileexistsdlg.cpp index d97d6d8da2..f5b28753dc 100644 --- a/src/modules/srfile/fileexistsdlg.cpp +++ b/src/modules/srfile/fileexistsdlg.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include #include #include diff --git a/src/modules/srfile/fileopts.cpp b/src/modules/srfile/fileopts.cpp index 3107f109a3..1449c4c38b 100644 --- a/src/modules/srfile/fileopts.cpp +++ b/src/modules/srfile/fileopts.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include "file.h" #define VSCAN_MCAFEE 1 diff --git a/src/modules/srfile/filerecvdlg.cpp b/src/modules/srfile/filerecvdlg.cpp index 451a27e8bc..83e6b0077e 100644 --- a/src/modules/srfile/filerecvdlg.cpp +++ b/src/modules/srfile/filerecvdlg.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include "file.h" #define MAX_MRU_DIRS 5 diff --git a/src/modules/srfile/filesenddlg.cpp b/src/modules/srfile/filesenddlg.cpp index 94c24a2479..ea29aa2b00 100644 --- a/src/modules/srfile/filesenddlg.cpp +++ b/src/modules/srfile/filesenddlg.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include #include #include "file.h" diff --git a/src/modules/srfile/filexferdlg.cpp b/src/modules/srfile/filexferdlg.cpp index 4a6f40436b..c4a41e750f 100644 --- a/src/modules/srfile/filexferdlg.cpp +++ b/src/modules/srfile/filexferdlg.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include #include "file.h" diff --git a/src/modules/srfile/ftmanager.cpp b/src/modules/srfile/ftmanager.cpp index a219d2188a..b2c5dde516 100644 --- a/src/modules/srfile/ftmanager.cpp +++ b/src/modules/srfile/ftmanager.cpp @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "..\..\core\commonheaders.h" #include "file.h" static HWND hwndFtMgr = NULL; -- cgit v1.2.3