diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-04-13 18:03:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-13 19:47:09 +0000 |
commit | c664b27505223257f93f05425c52a88172ca199b (patch) | |
tree | b368d0873daed48e9f485c0ad0c80badbf079825 /desktop/inc/pch | |
parent | f00fd79f8a66d3ff78509421dd7c8257832e913f (diff) |
tdf#94306 remove unused boost dependencies
remove <boost/noncopyable.hpp> in pch and
remove boost from makefile if it was the only boost entry.
Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831
Reviewed-on: https://gerrit.libreoffice.org/24061
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop/inc/pch')
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentgui.hxx | 1 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentmisc.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index 7664dd2da749..9a18b5e1186b 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.hxx @@ -33,7 +33,6 @@ #include <stddef.h> #include <string.h> #include <vector> -#include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <osl/conditn.hxx> #include <osl/endian.h> diff --git a/desktop/inc/pch/precompiled_deploymentmisc.hxx b/desktop/inc/pch/precompiled_deploymentmisc.hxx index f4ea04e80a33..b0d738ebc5b6 100644 --- a/desktop/inc/pch/precompiled_deploymentmisc.hxx +++ b/desktop/inc/pch/precompiled_deploymentmisc.hxx @@ -30,7 +30,6 @@ #include <string> #include <utility> #include <vector> -#include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> |