summaryrefslogtreecommitdiffstats
path: root/rsc/source/parser/rscibas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rscibas.cxx')
-rw-r--r--rsc/source/parser/rscibas.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index ddbdd870875f..a78072e86c75 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -22,20 +22,23 @@
#include <stdio.h>
#include <string.h>
+#include <comphelper/string.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <comphelper/string.hxx>
-#include <tools/rc.h>
#include <tools/color.hxx>
+#include <tools/fldunit.hxx>
+#include <tools/mapunit.hxx>
+#include <tools/rc.h>
+#include <tools/wintypes.hxx>
+#include <rsc/rsc-vcl-shared-types.hxx>
+
+#include <com/sun/star/awt/Key.hpp>
-#include <vclrsc.hxx>
#include <rscconst.hxx>
#include <rscarray.hxx>
#include <rscclass.hxx>
#include <rsccont.hxx>
#include <rscdb.hxx>
-
-
#include <rsclex.hxx>
#include <rscyacc.hxx>