diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:52:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:53:10 +0200 |
commit | 5e62d30fa2a23c916402388ab8157d365b47230f (patch) | |
tree | 10243eb29731dfb7b5f0977b239280c382eaf648 /configmgr | |
parent | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (diff) |
update_pch
Change-Id: I5316693452427ed76a7738b090de023b110caa40
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/inc/pch/precompiled_configmgr.hxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/configmgr/inc/pch/precompiled_configmgr.hxx b/configmgr/inc/pch/precompiled_configmgr.hxx index 07790de8c293..8ad05d0526ef 100644 --- a/configmgr/inc/pch/precompiled_configmgr.hxx +++ b/configmgr/inc/pch/precompiled_configmgr.hxx @@ -14,8 +14,11 @@ also fixes all possible problems, so it's usually better to use it). */ +#include <algorithm> #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> +#include <cassert> +#include <climits> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/Optional.hpp> #include <com/sun/star/beans/Property.hpp> @@ -98,6 +101,7 @@ #include <com/sun/star/util/XRefreshable.hpp> #include <comphelper/sequenceasvector.hxx> #include <comphelper/servicehelper.hxx> +#include <config_folders.h> #include <cppu/unotype.hxx> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase5.hxx> @@ -111,6 +115,11 @@ #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> +#include <cstddef> +#include <functional> +#include <i18nlangtag/languagetag.hxx> +#include <list> +#include <map> #include <osl/conditn.hxx> #include <osl/file.h> #include <osl/file.hxx> @@ -131,19 +140,10 @@ #include <sal/log.hxx> #include <sal/types.h> #include <salhelper/thread.hxx> -#include <xmlreader/span.hxx> -#include <xmlreader/xmlreader.hxx> -#include <algorithm> -#include <cassert> -#include <climits> -#include <config_folders.h> -#include <cstddef> -#include <functional> -#include <i18nlangtag/languagetag.hxx> -#include <list> -#include <map> #include <set> #include <stack> #include <vector> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |