From 31ad5a2b294f59b5a64a8e7d8383669baeb7fdd0 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
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/langpack/langpack.cpp   | 2 +-
 src/modules/langpack/lpservices.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/modules/langpack')

diff --git a/src/modules/langpack/langpack.cpp b/src/modules/langpack/langpack.cpp
index 0603a24b90..8950bc61c5 100644
--- a/src/modules/langpack/langpack.cpp
+++ b/src/modules/langpack/langpack.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 "../netlib/netlib.h"
 
diff --git a/src/modules/langpack/lpservices.cpp b/src/modules/langpack/lpservices.cpp
index 26586dfda3..3f7ae689e6 100644
--- a/src/modules/langpack/lpservices.cpp
+++ b/src/modules/langpack/lpservices.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"
 
 #if defined( _UNICODE )
 	#define FLAGS LANG_UNICODE
-- 
cgit v1.2.3