summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-04-13 18:03:43 +0200
committerMichael Stahl <mstahl@redhat.com>2016-04-13 19:47:09 +0000
commitc664b27505223257f93f05425c52a88172ca199b (patch)
treeb368d0873daed48e9f485c0ad0c80badbf079825 /dbaccess/inc
parentf00fd79f8a66d3ff78509421dd7c8257832e913f (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 'dbaccess/inc')
-rw-r--r--dbaccess/inc/pch/precompiled_dba.hxx1
-rw-r--r--dbaccess/inc/pch/precompiled_dbaxml.hxx1
-rw-r--r--dbaccess/inc/pch/precompiled_dbu.hxx1
-rw-r--r--dbaccess/inc/pch/precompiled_sdbt.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx
index aa90cb2c312a..77edfdb82a06 100644
--- a/dbaccess/inc/pch/precompiled_dba.hxx
+++ b/dbaccess/inc/pch/precompiled_dba.hxx
@@ -51,7 +51,6 @@
#include <vector>
#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
#include <boost/optional/optional.hpp>
#include <osl/diagnose.h>
diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx
index 1e7d015bf390..da594a547c78 100644
--- a/dbaccess/inc/pch/precompiled_dbaxml.hxx
+++ b/dbaccess/inc/pch/precompiled_dbaxml.hxx
@@ -23,7 +23,6 @@
#include <cstddef>
#include <memory>
#include <vector>
-#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
#include <osl/diagnose.h>
#include <osl/file.hxx>
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx
index 84bdc63ed2d6..3f2491e5805d 100644
--- a/dbaccess/inc/pch/precompiled_dbu.hxx
+++ b/dbaccess/inc/pch/precompiled_dbu.hxx
@@ -33,7 +33,6 @@
#include <vector>
#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
-#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
#include <osl/diagnose.h>
#include <osl/file.hxx>
diff --git a/dbaccess/inc/pch/precompiled_sdbt.hxx b/dbaccess/inc/pch/precompiled_sdbt.hxx
index 1d75e1fb761e..ee300124bfdb 100644
--- a/dbaccess/inc/pch/precompiled_sdbt.hxx
+++ b/dbaccess/inc/pch/precompiled_sdbt.hxx
@@ -22,7 +22,6 @@
#include <algorithm>
#include <memory>
-#include <boost/noncopyable.hpp>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/lang/NullPointerException.hpp>
#include <com/sun/star/sdb/CommandType.hpp>