diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-02-02 21:03:42 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:46:33 +0000 |
commit | de68bb85145e68fc170b8eab0fa3357cd7165421 (patch) | |
tree | 48fe4f4ee72580feaca2ef0112761787e8c73155 /vcl | |
parent | 863122b9adecedfcf35ffac1354ef8a85d5b6827 (diff) |
Updated all precompiled headers.
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 77c04e797659..a89183c68648 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -88,7 +88,6 @@ #include "rtl/instance.hxx" #include "rtl/logfile.hxx" #include "rtl/math.hxx" -#include "rtl/process.h" #include "rtl/strbuf.hxx" #include "rtl/string.hxx" #include "rtl/tencinfo.h" @@ -137,6 +136,7 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2isize.hxx> #include <boost/bind.hpp> +#include <boost/functional/hash.hpp> #include <boost/make_shared.hpp> #include <boost/mem_fn.hpp> #include <boost/optional.hpp> @@ -287,6 +287,7 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> @@ -296,6 +297,8 @@ #include <ctype.h> #include <fcntl.h> #include <functional> +#include <glm/glm.hpp> +#include <glm/gtc/type_ptr.hpp> #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> |