summaryrefslogtreecommitdiff
path: root/svx/inc/pch
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-18 14:56:56 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-18 14:58:13 +0100
commitdecf6bf7207ae36bc5882f2e945a7d3f8587cf03 (patch)
treeddc568030eb999285ff4fe86348027c7003b520d /svx/inc/pch
parenteb976220e0d1fb156fe1e3e839a85c9ed78fea73 (diff)
update PCH headers using the current pch script
Removing PCH for sal, as that one is too complicated to be updated automatically right now (#include <premac.h> needs to be handled, Change-Id: I3ffe9526942f58d0f66430af109b13f7ec1d6c90
Diffstat (limited to 'svx/inc/pch')
-rw-r--r--svx/inc/pch/precompiled_svx.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx
index 13b85611cdab..1f5c0396c048 100644
--- a/svx/inc/pch/precompiled_svx.hxx
+++ b/svx/inc/pch/precompiled_svx.hxx
@@ -250,16 +250,21 @@
#include <numeric>
#include "osl/diagnose.h"
#include <osl/diagnose.h>
+#include "osl/file.hxx"
#include <osl/file.hxx>
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <osl/nlsupport.h>
+#include "osl/process.h"
#include <osl/security.hxx>
+#include <pwd.h>
+#include "rtl/bootstrap.hxx"
#include <rtl/bootstrap.hxx>
#include <rtl/instance.hxx>
#include <rtl/locale.h>
#include <rtl/math.hxx>
#include <rtl/ref.hxx>
+#include "rtl/strbuf.hxx"
#include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h>
#include <rtl/textenc.h>
@@ -349,6 +354,7 @@
#include <toolkit/helper/externallock.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <toolkit/unohlp.hxx>
+#include "tools/appendunixshellword.hxx"
#include <tools/color.hxx>
#include <tools/debug.hxx>
#include <tools/errinf.hxx>
@@ -364,6 +370,7 @@
#include <tools/string.hxx>
#include <tools/urlobj.hxx>
#include <unicode/uchar.h>
+#include <unistd.h>
#include "uno/lbnames.h"
#include <uno/mapping.hxx>
#include <unotools/accessiblerelationsethelper.hxx>