diff options
author | Mario J. Rugiero <mrugiero@gmail.com> | 2015-10-25 18:06:43 -0300 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-26 05:49:50 +0000 |
commit | 96a6ab886f6d3e726fe54f6dc18c6c6769c27716 (patch) | |
tree | c5e6d1db7c445920215c5ee0f70a31f34e6a31ff /unoxml | |
parent | 32b54f97d1be1257090437a3e959aa618ace6018 (diff) |
Remove unneeded boost/bind include from unoxml/source/dom/node.cxx
Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910
Reviewed-on: https://gerrit.libreoffice.org/19591
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/node.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx index a01296e21f0e..bf378c087044 100644 --- a/unoxml/source/dom/node.cxx +++ b/unoxml/source/dom/node.cxx @@ -26,8 +26,6 @@ #include <algorithm> -#include <boost/bind.hpp> - #include <rtl/uuid.h> #include <rtl/instance.hxx> #include <osl/mutex.hxx> |