diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-03 14:17:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-03 14:17:25 +0000 |
commit | 31ad5a2b294f59b5a64a8e7d8383669baeb7fdd0 (patch) | |
tree | 50958a041b03dac17c38684c831acd8f46f74631 /src/modules/options | |
parent | 4936520d4bb4f2c9c2fdbaa565874a99438a3992 (diff) |
let VS2010 be damnned
git-svn-id: http://svn.miranda-ng.org/main/trunk@285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/options')
-rw-r--r-- | src/modules/options/descbutton.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/filter.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/headerbar.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/iconheader.cpp | 2 | ||||
-rw-r--r-- | src/modules/options/options.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
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
|