summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/mnemonicengine.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-29 10:36:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-29 10:36:28 +0000
commitaad09dfa07e75ff72cdd43100fa073e78757ac5a (patch)
treeb052a4412e14dcf8b23c9e0657c440ede534b2c5 /vcl/source/window/mnemonicengine.cxx
parent#i10000#: making bmpdemo dependend on vcl creates ring dependency (diff)
downloadcore-aad09dfa07e75ff72cdd43100fa073e78757ac5a.tar.gz
core-aad09dfa07e75ff72cdd43100fa073e78757ac5a.zip
#i10000#: fix includes
Diffstat (limited to 'vcl/source/window/mnemonicengine.cxx')
-rw-r--r--vcl/source/window/mnemonicengine.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/window/mnemonicengine.cxx b/vcl/source/window/mnemonicengine.cxx
index 29b856d08002..3d1ab3905120 100644
--- a/vcl/source/window/mnemonicengine.cxx
+++ b/vcl/source/window/mnemonicengine.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mnemonicengine.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2007-06-12 05:36:37 $
+ * last change: $Author: hr $ $Date: 2007-06-29 11:36:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,12 +37,12 @@
#include "precompiled_vcl.hxx"
#ifndef VCL_MNEMONICENGINE_HXX
-#include "mnemonicengine.hxx"
+#include <vcl/mnemonicengine.hxx>
#endif
-#include "i18nhelp.hxx"
-#include "svapp.hxx"
-#include "event.hxx"
+#include <vcl/i18nhelp.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/event.hxx>
//........................................................................
namespace vcl