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 /sax | |
parent | d83463931ef511ba1b43984072626345cf765b8a (diff) |
remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/fastattribs.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/tools/fastattribs.cxx b/sax/source/tools/fastattribs.cxx index 53fc40350022..241a60de903f 100644 --- a/sax/source/tools/fastattribs.cxx +++ b/sax/source/tools/fastattribs.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <algorithm> -#include <boost/bind.hpp> #include <sax/fastattribs.hxx> |