diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-16 13:57:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-16 15:05:36 +0100 |
commit | df34ccb01d2f36eafd5a785cbfe4dd86ef78890a (patch) | |
tree | 4ace4ff185495182435506d64a0fd368c2f1be41 /dbaccess | |
parent | d83463931ef511ba1b43984072626345cf765b8a (diff) |
remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasecontext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasecontext.cxx b/dbaccess/source/core/dataaccess/databasecontext.cxx index 48f12121ad13..1444c25daa4a 100644 --- a/dbaccess/source/core/dataaccess/databasecontext.cxx +++ b/dbaccess/source/core/dataaccess/databasecontext.cxx @@ -76,7 +76,6 @@ #include <unotools/pathoptions.hxx> #include <unotools/sharedunocomponent.hxx> #include <list> -#include <boost/bind.hpp> using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::sdb; |