summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/workbench/XTDo.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-23 00:24:38 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-23 00:27:35 +0300
commit97529fc38405cb75a7c924d8f228fa28b2a82f6c (patch)
tree39f5fb5593b05cbcbf6b8bbeb97065a44d9df6fd /dtrans/source/win32/workbench/XTDo.cxx
parent17e84ae72d784c9c5c1b9ebc3eb3c5fb989121e8 (diff)
Fix includes for MinGW cross-compilation
Don't use backslashes. Use correct case in header names.
Diffstat (limited to 'dtrans/source/win32/workbench/XTDo.cxx')
-rw-r--r--dtrans/source/win32/workbench/XTDo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/workbench/XTDo.cxx b/dtrans/source/win32/workbench/XTDo.cxx
index 050cc349a41d..e036d1732336 100644
--- a/dtrans/source/win32/workbench/XTDo.cxx
+++ b/dtrans/source/win32/workbench/XTDo.cxx
@@ -34,7 +34,7 @@
//------------------------------------------------------------------------
#include <osl/diagnose.h>
-#include "..\DTransHelper.hxx"
+#include "../DTransHelper.hxx"
#include "XTDo.hxx"