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/options/descbutton.cpp | 2 +- src/modules/options/filter.cpp | 2 +- src/modules/options/headerbar.cpp | 2 +- src/modules/options/iconheader.cpp | 2 +- src/modules/options/options.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/options') diff --git a/src/modules/options/descbutton.cpp b/src/modules/options/descbutton.cpp index 2e5d55c7a4..773d3893b3 100644 --- a/src/modules/options/descbutton.cpp +++ b/src/modules/options/descbutton.cpp @@ -23,7 +23,7 @@ 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 "m_descbutton.h" extern HINSTANCE hMirandaInst; diff --git a/src/modules/options/filter.cpp b/src/modules/options/filter.cpp index 116899d44e..0088220266 100644 --- a/src/modules/options/filter.cpp +++ b/src/modules/options/filter.cpp @@ -21,7 +21,7 @@ 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 "filter.h" HANDLE hOptionsInitialize; diff --git a/src/modules/options/headerbar.cpp b/src/modules/options/headerbar.cpp index a2407d2aab..b4acd701d6 100644 --- a/src/modules/options/headerbar.cpp +++ b/src/modules/options/headerbar.cpp @@ -23,7 +23,7 @@ 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 "m_iconheader.h" extern HINSTANCE hMirandaInst; diff --git a/src/modules/options/iconheader.cpp b/src/modules/options/iconheader.cpp index 9ab44b0852..669fd2345a 100644 --- a/src/modules/options/iconheader.cpp +++ b/src/modules/options/iconheader.cpp @@ -23,7 +23,7 @@ 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 "m_iconheader.h" diff --git a/src/modules/options/options.cpp b/src/modules/options/options.cpp index 0366d99062..d8d09f8967 100644 --- a/src/modules/options/options.cpp +++ b/src/modules/options/options.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 "filter.h" #define OPENOPTIONSDIALOG_OLD_SIZE 12 -- cgit v1.2.3