From 96a6ab886f6d3e726fe54f6dc18c6c6769c27716 Mon Sep 17 00:00:00 2001 From: "Mario J. Rugiero" Date: Sun, 25 Oct 2015 18:06:43 -0300 Subject: Remove unneeded boost/bind include from unoxml/source/dom/node.cxx Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910 Reviewed-on: https://gerrit.libreoffice.org/19591 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unoxml/source/dom/node.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'unoxml/source/dom') 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 -#include - #include #include #include -- cgit