summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-03-14 13:17:30 +0100
committerLuboš Luňák <l.lunak@collabora.com>2019-05-09 11:02:03 +0200
commitc6350b36860f3a3681722640b09f221489803e02 (patch)
treec0d4c458b8d6dc62757fd63daf5a28595aab462d /configmgr
parenta3e92f9bcf72ebe94da181c0b1dd873ebbc2c9cc (diff)
regenerate PCH headers for the 4 new levels
Plus some build fixes triggered by this. Change-Id: I59b21def706598ceffd45ae5b1f0262ec9c1ad50 Reviewed-on: https://gerrit.libreoffice.org/71581 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/inc/pch/precompiled_configmgr.hxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/configmgr/inc/pch/precompiled_configmgr.hxx b/configmgr/inc/pch/precompiled_configmgr.hxx
index f750e23e67a9..a6e0d234598f 100644
--- a/configmgr/inc/pch/precompiled_configmgr.hxx
+++ b/configmgr/inc/pch/precompiled_configmgr.hxx
@@ -13,21 +13,23 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2017-09-20 22:51:48 using:
+ Generated on 2019-04-29 21:18:34 using:
./bin/update_pch configmgr configmgr --cutoff=6 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
./bin/update_pch_bisect ./configmgr/inc/pch/precompiled_configmgr.hxx "make configmgr.build" --find-conflicts
*/
+#if PCH_LEVEL >= 1
#include <cassert>
#include <cstddef>
#include <new>
#include <ostream>
#include <set>
-#include <string.h>
#include <utility>
#include <vector>
+#endif // PCH_LEVEL >= 1
+#if PCH_LEVEL >= 2
#include <osl/conditn.hxx>
#include <osl/diagnose.h>
#include <osl/file.hxx>
@@ -37,7 +39,6 @@
#include <osl/time.h>
#include <rtl/alloc.h>
#include <rtl/bootstrap.hxx>
-#include <rtl/byteseq.h>
#include <rtl/character.hxx>
#include <rtl/locale.h>
#include <rtl/ref.hxx>
@@ -56,25 +57,30 @@
#include <sal/saldllapi.h>
#include <sal/types.h>
#include <salhelper/thread.hxx>
+#endif // PCH_LEVEL >= 2
+#if PCH_LEVEL >= 3
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
+#include <com/sun/star/uno/Type.h>
#include <com/sun/star/uno/TypeClass.hdl>
-#include <com/sun/star/uno/XAggregation.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppu/cppudllapi.h>
#include <cppu/unotype.hxx>
#include <cppuhelper/cppuhelperdllapi.h>
#include <cppuhelper/weak.hxx>
-#include <cppuhelper/weakref.hxx>
#include <typelib/typeclass.h>
#include <typelib/typedescription.h>
#include <typelib/uik.h>
+#include <uno/data.h>
#include <xmlreader/span.hxx>
#include <xmlreader/xmlreader.hxx>
+#endif // PCH_LEVEL >= 3
+#if PCH_LEVEL >= 4
+#endif // PCH_LEVEL >= 4
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */